OlTaskDelegationState Enum

Definition

Indicates the delegation state of a task.

public enum class OlTaskDelegationState
public enum OlTaskDelegationState
Public Enum OlTaskDelegationState
Inheritance
OlTaskDelegationState

Fields

olTaskDelegationAccepted 2

The delegate accepted the task.

olTaskDelegationDeclined 3

The delegate declined the task.

olTaskDelegationUnknown 1

The delegate response to the task is unknown.

olTaskNotDelegated 0

The task has not been delegated.

Remarks

Used by the DelegationState property.

Applies to