NXSL:EnterMaintenance

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Make an object enter Maintenance mode.

Since: 2.0.2

Syntax

EnterMaintenance(object);


Parameters

object Object (NetObj that will be entered in maintenance mode).


Return Value

None.


Examples

EnterMaintenance($node);    // Enter current node in maintenance mode
EnterMaintenance(FindObject("Services"));    // Enter container "Services" in maintenance mode