Share via


TaskStatus Enum

Definition

Defines task status values.

public enum class TaskStatus
[System.Serializable]
public enum TaskStatus
type TaskStatus = 
Public Enum TaskStatus
Inheritance
TaskStatus
Attributes

Fields

Failed 3

Indicates the task was not completed successfully.

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.

Applies to