Scheduler Prompt
This Automation Manager object prompts a user for the date and time at which certain tasks should be scheduled.
This Automation Manager objectrequires 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 |
---|---|---|---|
Title | String | Yes | The title of the dialog. |
Body | String | Yes | The message or question to be displayed to the user. |
Timeout (secs) | Number | Yes | The amount of time (in seconds), that the prompt will be displayed for a response. Enter zero to keep the dialog displayed until the user dismisses it. |
Output Parameters
Name | Type | Description |
---|---|---|
Chosen Date | Date | The date and time chosen by user. |
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 |
---|---|---|---|
Title | String | Yes | Device Maintenance Required |
Body | String | Yes | Device Maintenance is about to begin on this device, do you wish to allow? |
Timeout (secs) | Number | Yes | 300 |