« Back to Product

Documentation

IPS_HasChanges

 boolean IPS_HasChanges (int $InstanceID) 

Parameters

InstanceID

ID of the instance

Returns

TRUE if there are changes, otherwise FALSE

Description

The command checks whether any changes were made ​​to the configuration that need to be applied.

Example

if(IPS_HasChanges(12345)) 
    IPS_ApplyChanges(12345);
Any questions?