boolean IPS_ResetChanges (integer $InstanceID)
InstanceID | ID of the instance |
If the command succeeds, it returns TRUE, otherwise FALSE. |
The command overwrites the new planned configuration by the current actual configuration.
if(IPS_HasChanges(12345)) { IPS_ResetChanges(12345); }