TaskClassEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


{{APIPrefix| Public Enum}}
{{APIPrefix| Public Enum}}
{{APIName|'''TaskClassEnum'''}}
{{APIName|TaskClassEnum}}
:{{APIName|Preventive}}={{APIName|0}}
 
:{{APIName|Inspection}}={{APIName|1}}
{{Template:TaskClassEnum}}
:{{APIName|OnCondition }}={{APIName|2}}
 
:{{APIName|Corrective }}={{APIName|3}}
:{{APIName|DummyType }}={{APIName|4}}<br>
{{APIComment|Can be used to assign values to TaskClass within CorrectiveTasks }}
{{APIComment|Can be used to assign values to TaskClass within CorrectiveTasks }}

Revision as of 00:58, 25 September 2013


Can be used to assign values to TaskClass

Syntax

Public Enum TaskClassEnum

  TaskClassEnum Enum
  Preventive = 0
  Inspection = 1
  OnCondition = 2
  Corrective = 3
  DummyType = 4   'WaitForInspection, DetectedByInspection 

Can be used to assign values to TaskClass within CorrectiveTasks