NXSL:UnmanageObject
Revision as of 16:13, 13 September 2022 by AlexKirhenshtein (talk | contribs) (Text replacement - "^" to "{{deprecated}}")
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide) |
Set object into unmanaged state. Has no effect if object is already in unmanaged state.
Since: 1.2.6
Syntax
UnmanageObject(object);
Parameters
object NetXMS object to be modified. Can be NXSL class NetObj, Node, or Interface. Reference to object can be obtained using FindObject function.
Return Value
None.
Examples
UnmanageObject(FindObject(2)); // Set "Infrastructure Services" object to unmanaged state