TaskClassEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|GlobalStuff_Resources Class|GlobalStuff_Resources}} === Declaration=== {{APIPrefix| Public Enum}} {{APIName|TaskClassEnum}} :{{APIName|Preventive}}={{APINa…')
 
mNo edit summary
 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:APIClass|GlobalStuff_Resources Class|GlobalStuff_Resources}}  
{{Template:API}}{{Template:APIBreadcrumb}}


=== Declaration===


{{APIPrefix| Public Enum}}
<onlyinclude>Specifies the classification of the RCM++/RBI task type.</onlyinclude>
{{APIName|TaskClassEnum}}
:{{APIName|Preventive}}={{APIName|0}}
:{{APIName|Inspection}}={{APIName|1}}
:{{APIName|OnCondition }}={{APIName|2}}
:{{APIName|Corrective }}={{APIName|3}}
:{{APIName|DummyType }}={{APIName|4}}


{{APIComment|Can be used to assign values to TaskClass within CorrectiveTasks }}
==Members==
{| {{APITableEnum}}
|-
| style="width: 130px;"|Preventive||style="width: 70px;"|0||Preventive task.
|-
|Inspection||1||Inspection task.
|-
|OnCondition||2||On condition task.
|-
|Corrective||3||Corrective task.
|}
 
 
 
 
 
 
==See Also==
*[[CScheduledTask Class|cScheduledTask Class]]
*[[TaskTypeInfo Class]]

Latest revision as of 21:41, 24 June 2016

APIWiki.png


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.




See Also