« Back to Product

Documentation

IPS_ApplyChanges

 boolean IPS_ApplyChanges (int $InstanceID) 

Parameters

InstanceID

ID of the instance

Returns

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

Description

The command applies the planned configuration as the current actual configuration and reinitializes appropriate module components if necessary, e.g., for a socket module, the network connection is dropped and rebuilt.

Example

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