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 14: | Line 14: | ||
*DynamicIntervalsOnSystemAge {{APIComment|Dynamic intervals based on the item's age.}} | *DynamicIntervalsOnSystemAge {{APIComment|Dynamic intervals based on the item's age.}} | ||
*DynamicIntervalsOnItemAge {{APIComment|Dynamic intervals based on calendar time.}} | *DynamicIntervalsOnItemAge {{APIComment|Dynamic intervals based on calendar time.}} | ||
*SystemDown {{APIComment|Whenever the system is down.}} | *SystemDown {{APIComment|Whenever the system is down.}} | ||
*GroupMaintenance {{APIComment|Based on events in a maintenance group.}} | *GroupMaintenance {{APIComment|Based on events in a maintenance group.}} |
Revision as of 23:17, 10 March 2014
Specifies the Task Frequency property for a cCorrectiveTask or cScheduledTask object.
Members
Corrective Tasks
- UponFailure Upon item failure.
- UponInspection When found failed 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.
- 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.