TaskClassEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
{| {{APITableEnum}} | {| {{APITableEnum}} | ||
|- | |- | ||
| style="width: 130px;"|Preventive||0||Preventive class. | | style="width: 130px;"|Preventive||style="width: 70px;"|0||Preventive class. | ||
|- | |- | ||
|Inspection||1||Inspection task. | |Inspection||1||Inspection 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. |