PriorityTypeEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{Template:API}}{{Template:APIBreadcrumbClass}} Specifies the priority level of an action. == Members == {| {{APITableEnum}} |- | style="width: 150px;"|None||style="width: 70p…') |
Kate Racaza (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
Specifies the priority level of an action. | <onlyinclude>Specifies the priority level of an action.</onlyinclude> | ||
== Members == | == Members == |
Revision as of 15:59, 1 September 2015
Member of: SynthesisAPI
Specifies the priority level of an action.
Members
Name | Value | Description |
---|---|---|
None | 0 | |
Low | 1 | Low priority. |
Medium | 2 | Medium priority. |
High | 3 | High priority. |
Top | 4 | Top priority. |
Critical | 5 | Critical priority. |