Base type: System.Entity
Summary: This entity presents the windows scheduler task. Used in alerting.
| Name | Type | Notes |
|---|---|---|
| ID | System.Int64 | Unique integer windows scheduler task representation. |
| ApplicationID | System.Int32 | The unique integer representation of parent application. |
| NodeID | System.Int32 | The unique integer representation of parent node. |
| Name | System.String | The string value that contains the name of the windows scheduler task. |
| NextRunTime | System.DateTime | The date and time when windows scheduler task will be executed next time. |
| LastRunTime | System.DateTime | The date and time when windows scheduler task was executed last time. |
| DateOfCreation | System.DateTime | The date and time when windows scheduler task was created. |
| TaskState | System.String | The integer value that contains the windows scheduler task state(0 - Failed; 1 - Succeeded; 2 - Retry; 3 -Cancelled). |
| LastRunResult | System.String | The long value that contains the windows scheduler task last run result. |
| Author | System.String | The string value that contains the windows scheduler task author name. |
| Description | System.String | The string value that contains the windows scheduler task description. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| ScheduledTask | Orion.APM.Wstm.Task | Defined by relationship Orion.APM.ScheduledTaskAlertReferencesScheduledTask (System.Reference) |