TaskStatus Enum
Definition
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.
Defines task status values.
public enum class TaskStatus
[System.Serializable]
public enum TaskStatus
type TaskStatus =
Public Enum TaskStatus
- Inheritance
-
TaskStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Scheduled | 0 | Indicates task state after the root health server (RHS) receives the task. |
Started | 1 | Indicates that the task started to run. |
Succeeded | 2 | Indicates the task completed successfully. |
Failed | 3 | Indicates the task was not completed successfully. |