TaskFrequencyEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Resource Classes|Resource Classes}} | {{Template:APIClass|Resource Classes|Resource Classes}} | ||
Specifies the Task Frequency property for a [[cCorrectiveTask Class|cCorrectiveTask]] or [[cScheduledTask Class|cScheduledTask]] object. | |||
==Members== | ==Members== | ||
'''Corrective Tasks''' | |||
* | *UponFailure {{APIComment|Upon item failure.}} | ||
* | *UponInspection {{APIComment|When found failued during an inspection.}} | ||
'''Preventive Tasks''' | |||
* | *ItemAge {{APIComment|Fixed time frame based on item's age.}} | ||
* | *SystemAge {{APIComment|Fixed time frame based on calendar time.}} | ||
* | *DynamicIntervalsOnSystemAge {{APIComment|Dynamic intervals based on the item's age.}} | ||
* | *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.