« Back to Product

Documentation

MR_SetActive

Require: IP-Symcon >= 5.5

 boolean MR_SetActive (int $InstanceID, boolean $Active) 

Parameters

InstanceID

ID of the Instance

Active

De-/Activate the module

Returns

If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.

Description

Enables or disables the module depending on Active

Example

// Activates the module MR_SetActive(12345, true);
Any questions?