Reboot Prompt
This Automation Manager object prompts a user to reboot a device.
This object requires an Agent be installed on the target machine.
This Automation Manager object uses branding settings in the Automation Manager Designer (Options > Branding), to configure the final look.
Remember to click Refresh Branding Settings in this object whenever branding settings may have changed while designing a policy, otherwise the new branding will not be saved in the policy.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Message | String | Yes | The message to be displayed to the user. |
Max Delay Time | String | Yes | The maximum time limit used in prompt's 'Delay' drop-down options. |
Allow user to decline reboot | Boolean | Yes | Option which allows a user to decline a reboot. |
Output Parameters
Name | Type | Description |
---|---|---|
Prompt selection | String | The user's selection after prompt is closed. |
Postpone time | String | The amount of time by which reboot is postponed. |
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Result String | String | Object execution error details. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Message | String | Yes | Please restart your device. |
Max Delay Time | String | Yes | 30 min |
Allow user to decline reboot | Boolean | Yes | Check box selected |