Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 650 Bytes

entermaintenance.adoc

File metadata and controls

35 lines (28 loc) · 650 Bytes

EnterMaintenance()

Important

Deprecated in 3.0.

Please use enterMaintenance() method of NetObj class instead.

EnterMaintenance(object) => void

Make an object enter Maintenance mode.

Table 1. Parameters

object

[class-netobj] that will be entered in maintenance mode

Return

None.

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