TaskMode 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 modes of a Task.
public enum class TaskMode
public enum TaskMode
Public Enum TaskMode
- Inheritance
-
TaskMode
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | The task is normal |
Request | 1 | The task is a task assignment request |
RequestAccepted | 2 | The task assignment request was accepted |
RequestDeclined | 3 | The task assignment request was declined |
Update | 4 | The task has been updated |
SelfDelegated | 5 | The task is self delegated |