TaskClassEnum Enumeration

From ReliaWiki
Revision as of 22:35, 3 December 2013 by John Leavitt (talk | contribs) (Protected "TaskClassEnum" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading])
Jump to navigation Jump to search


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