JobPriority
Type:
integer
enum
Example
enum (Normal = 2, High = 3, Urgent = 4)
Integer numbers.
values
Normal = 2
High = 3
Urgent = 4
Examples
enum (Normal =
2
,
High =
3
,
Urgent =
4
)
Copy
Copy
Documentation
API Playground