TaskFrequencyEnum Enumeration

From ReliaWiki
Revision as of 23:11, 16 January 2014 by John Leavitt (talk | contribs)
Jump to navigation Jump to search


Assign values to TaskFrequency within CorrectiveTasks

Syntax

Public Enum TaskFrequencyEnum

  TaskFrequencyEnum Enum
  Never = 0
  ItemAge = 1
  SystemAge = 2
  DynamicIntervalsOnSystemAge = 3
  DynamicIntervalsOnItemAge = 4
  SystemDown = 5
  GroupMaintenance = 6
  MaintenancePhase = 7
  UponFailure = 8
  UponInspection = 9
  UponEvent = 10
  DiagramMaintenance = 11

Can be used to assign values to TaskFrequency within CorrectiveTasks