TaskFrequencyEnum Enumeration

From ReliaWiki
Revision as of 17:40, 4 February 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


Assigns 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