TaskFrequencyEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Resource Classes|Resource Classes}}
{{Template:APIClass|Resource Classes|Resource Classes}}
{{Template:TaskFrequencyEnum.Cmt}}
Specifies the Task Frequency property for a [[cCorrectiveTask Class|cCorrectiveTask]] or [[cScheduledTask Class|cScheduledTask]] object.


==Members==
==Members==


*Never                      {{APIComment|}}
'''Corrective Tasks'''
*ItemAge                    {{APIComment|}}
*UponFailure                {{APIComment|Upon item failure.}}
*SystemAge                  {{APIComment|}}
*UponInspection              {{APIComment|When found failued during an inspection.}}
*DynamicIntervalsOnSystemAge {{APIComment|}}
 
*DynamicIntervalsOnItemAge  {{APIComment|}}
'''Preventive Tasks'''
*SystemDown                  {{APIComment|}}
 
*GroupMaintenance            {{APIComment|}}
*ItemAge                    {{APIComment|Fixed time frame based on item's age.}}
*MaintenancePhase            {{APIComment|}}
*SystemAge                  {{APIComment|Fixed time frame based on calendar time.}}
*UponFailure                {{APIComment|}}
*DynamicIntervalsOnSystemAge {{APIComment|Dynamic intervals based on the item's age.}}
*UponInspection              {{APIComment|}}
*DynamicIntervalsOnItemAge  {{APIComment|Dynamic intervals based on calendar time.}}
*UponEvent                  {{APIComment|}}
*UponEvent                  {{APIComment|}}
*DiagramMaintenance          {{APIComment|}}
*DiagramMaintenance          {{APIComment|}}
*SystemDown                  {{APIComment|Whenever the system is down.}}
*GroupMaintenance            {{APIComment|Based on events in a maintenance group.}}
*MaintenancePhase            {{APIComment|When a maintenance phase starts.}}
'''All Tasks'''
*Never                      {{APIComment|Task is never performed.}}

Revision as of 18:02, 10 March 2014


Specifies the Task Frequency property for a cCorrectiveTask or cScheduledTask object.

Members

Corrective Tasks

  • UponFailure Upon item failure.
  • UponInspection When found failued during an inspection.

Preventive Tasks

  • ItemAge Fixed time frame based on item's age.
  • SystemAge Fixed time frame based on calendar time.
  • DynamicIntervalsOnSystemAge Dynamic intervals based on the item's age.
  • DynamicIntervalsOnItemAge Dynamic intervals based on calendar time.
  • UponEvent
  • DiagramMaintenance
  • SystemDown Whenever the system is down.
  • GroupMaintenance Based on events in a maintenance group.
  • MaintenancePhase When a maintenance phase starts.

All Tasks

  • Never Task is never performed.