« Back to Product

Documentation

IPS_ResetChanges

 boolean IPS_ResetChanges (int $InstanceID) 

Parameters

InstanceID

ID of the instance

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

The command overwrites the new planned configuration by the current actual configuration.

Example

if(IPS_HasChanges(12345)) 
{
    IPS_ResetChanges(12345);
}
Any questions?