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 |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
<onlyinclude>Specifies | <onlyinclude>Specifies the classification of the RCM++/RBI task type.</onlyinclude> | ||
==Members== | ==Members== | ||
{| {{APITableEnum}} | {| {{APITableEnum}} | ||
|- | |- | ||
| style="width: 130px;"|Preventive||style="width: 70px;"|0||Preventive | | style="width: 130px;"|Preventive||style="width: 70px;"|0||Preventive task. | ||
|- | |- | ||
|Inspection||1||Inspection task. | |Inspection||1||Inspection task. | ||
Line 15: | Line 15: | ||
|Corrective||3||Corrective task. | |Corrective||3||Corrective task. | ||
|} | |} | ||
==See Also== | |||
*[[CScheduledTask Class|cScheduledTask Class]] | |||
*[[TaskTypeInfo Class]] |
Latest revision as of 21:41, 24 June 2016
Member of: SynthesisAPI
Specifies the classification of the RCM++/RBI task type.
Members
Name | Value | Description |
---|---|---|
Preventive | 0 | Preventive task. |
Inspection | 1 | Inspection task. |
OnCondition | 2 | On condition task. |
Corrective | 3 | Corrective task. |