Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Priority for a workflow execution.
public enum ExecutionPriority
{
Low = 0,
Medium = 1,
High = 2
}
Inheritance: object → ValueType → Enum → ExecutionPriority
Name | Description |
---|---|
High | Hight priority. |
Low | Low priority. |
Medium | Medium priority. |
Documentation generated by MdDocs