TaskDelegationState 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 the delegation state of a task.
public enum class TaskDelegationState
public enum TaskDelegationState
Public Enum TaskDelegationState
- Inheritance
-
TaskDelegationState
Fields
Name | Value | Description |
---|---|---|
NoDelegation | 0 | The task is not delegated |
Unknown | 1 | The task's delegation state is unknown. |
Accepted | 2 | The task was delegated and the delegation was accepted. |
Declined | 3 | The task was delegated but the delegation was declined. |