Documentation
BN_IncreaseLevel
Require: IP-Symcon >= 5.1
boolean BN_IncreaseLevel (int $InstanceID)
Parameters
InstanceID | ID of the Instance |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
If another level exists, the current level is increased. In this case, the actions of the new level are executed.
Example
BN_IncreaseLevel(12345);