System.shutDown() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to System Class Summary |
Availability |
Windows, Linux |
Usage |
mdm.System.shutDown(promptOption:String, messageText:String):Void |
Parameters |
promptOption:String - Warning prompt visibility messageText:String - Warning message text |
Returns |
Nothing |
Description |
Performs a shut-down sequence. |
Notes |
The 'promptOption' parameter can be either "ask" or "noask". Linux requires Admin Privileges. |
Example Code |
mdm.System.shutDown("ask", "Are you sure you want to Power Off?"); |
mdm.System Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |