OlTaskDelegationState 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.
Indicates the delegation state of a task.
public enum class OlTaskDelegationState
public enum OlTaskDelegationState
Public Enum OlTaskDelegationState
- Inheritance
-
OlTaskDelegationState
Fields
Name | Value | Description |
---|---|---|
olTaskNotDelegated | 0 | The task has not been delegated. |
olTaskDelegationUnknown | 1 | The delegate response to the task is unknown. |
olTaskDelegationAccepted | 2 | The delegate accepted the task. |
olTaskDelegationDeclined | 3 | The delegate declined the task. |
Remarks
Used by the DelegationState property.