Base type: System.Entity
Summary: This entity presents the windows scheduler task.
Name | Type | Notes |
---|---|---|
ID | System.Int64 | Unique integer windows scheduler task representation. |
ComponentID | System.Int64 | The unique integer representation of parent component. |
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. |
State | System.Int32 | The integer value that contains the windows scheduler task state(0 - Failed; 1 - Succeeded; 2 - Retry; 3 -Cancelled). |
LastRunResult | System.Int64 | The long value that contains the windows scheduler task last run result. |
LastRunTime | System.DateTime | The date and time when windows scheduler task was executed last time. |
NextRunTime | System.DateTime | The date and time when windows scheduler task will be executed next time. |
DateOfCreation | System.DateTime | The date and time when windows scheduler task was created. |
Description | System.String | The string value that contains the windows scheduler task description. |
Author | System.String | The string value that contains the windows scheduler task author name. |
DetailsUrl | System.String | URL to task details page. Used in alerting. |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |
ScheduledTaskAlert | Orion.APM.Wstm.TaskAlert | Defined by relationship Orion.APM.ScheduledTaskAlertReferencesScheduledTask (System.Reference) |
Application | Orion.APM.Application | Defined by relationship Orion.APM.ApplicationHostsScheduledTasks (System.Hosting) |
Node | Orion.Nodes | Defined by relationship Orion.APM.NodeReferencesScheduledTasks (System.Reference) |