TaskStatus Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of all possible Job status values.
public enum class TaskStatus
[System.Serializable]
public enum TaskStatus
type TaskStatus =
Public Enum TaskStatus
- Inheritance
-
TaskStatus
- Attributes
Name | Value | Description |
---|---|---|
Scheduled | 0 | The state after the RHS receives the Job. |
Started | 1 | The state after the Job is sent to the location entity. |
Succeeded | 2 | The state after the Job completes successfully. |
Failed | 3 | The state after the Job completes un-successfully. |
Canceled | 4 | The state after the Job is cancelled succesfully. |
CancelPending | 5 | The state when the Job is cancelled by user. |
CompletedWithInfo | 6 | The state after the Job completes with error Info |
ResumePending | 7 | The state when the Job is resumed by user. |
Suspended | 8 | The state when the Job is suspended. |
SuspendPending | 9 | The state when the Job is suspended by user. |
SuspendedWithInfo | 10 | The state after the Job suspends with error info. |
Produkt | Versionen |
---|---|
System Center OM SDK | 2012, 2016, 2019 |