Name | Description |
Execution State | Represents the current execution state of the task: 0: The task is currently active. 1: The task is currently running. 2: The task is suspended. |
NextRun | Represents the number of seconds remaining for the scheduled task to run. The meaning of the values for active and suspended tasks varies for clustered or standalone systems. For a standalone server environment, the following values apply: For a task with an Active status, the value is the number of seconds remaining for the task to run. If the Scheduler is paused, it shows the number of seconds remaining to run. But when the value becomes < 0, it shows 0. For a task with a Suspended status, the value is '-1' |
For a Clustered environment the following values apply. Note that both parent and child tasks exists in this environment and the meaning of active and suspended statuses vary for these tasks: Parent Task: For a task with an active status, no KPI value is sent. For a task with a suspended status, no KPI value is sent. Child Task: For a task with an active status, the value is the number of seconds remaining for the task to run. If the Scheduler is paused, the value displays the number of seconds remaining to run. But, when the value becomes <0, it shows 0. For a task, with a suspended status, the value is '-1'. | |
ObjectStatus | Represents the current status of the object. A value is “1” or “Online” indicates that the execution state of the task is Active or Running. A value of “0” “Offline” indicates that the execution state of the task is Suspended. |