TaskClassEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumbClass}} | ||
{{Template: | |||
<onlyinclude>Specifies a task type's class.</onlyinclude> | |||
== Properties == | |||
{| {{APITableEnum}} | |||
|- | |||
| style="width: 130px;"|Preventive||0||Preventive class. | |||
|- | |||
|Inspection||1||Inspection task. | |||
|- | |||
|OnCondition||2||On condition task. | |||
|- | |||
|Corrective||3||Corrective task. | |||
|} |
Revision as of 18:11, 7 August 2015
Member of: SynthesisAPI
Specifies a task type's class.
Properties
Name | Value | Description |
---|---|---|
Preventive | 0 | Preventive class. |
Inspection | 1 | Inspection task. |
OnCondition | 2 | On condition task. |
Corrective | 3 | Corrective task. |