TaskClassEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:




<onlyinclude>Specifies the task type's class.</onlyinclude>
<onlyinclude>Specifies the RCM++/RBI task type.</onlyinclude>


==Members==
==Members==
{| {{APITableEnum}}
{| {{APITableEnum}}
|-
|-
| style="width: 130px;"|Preventive||style="width: 70px;"|0||Preventive class.
| style="width: 130px;"|Preventive||style="width: 70px;"|0||Preventive task.
|-
|-
|Inspection||1||Inspection task.
|Inspection||1||Inspection task.

Revision as of 21:38, 24 June 2016

APIWiki.png


Member of: SynthesisAPI


Specifies 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.




See Also