TaskPriority Enumeration
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration TaskPriority
'Usage
Dim instance As TaskPriority
[SerializableAttribute]
public enum TaskPriority
Members
| Member name | Description | |
|---|---|---|
| High | Specifies the task as high priority. | |
| Normal | Specifies the task as normal priority. | |
| Low | Specifies the task as low priority. |