TaskClassEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
Albert Szeto (talk | contribs)
No edit summary
John Leavitt (talk | contribs)
m Protected "TaskClassEnum" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]
(No difference)

Revision as of 22:35, 3 December 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