TaskFrequencyEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
|MaintenancePhase||7||When a maintenance phase starts. | |MaintenancePhase||7||When a maintenance phase starts. | ||
|- | |- | ||
|UponFailure||8||Upon item failure. | |UponFailure||8||Upon item failure (corrective task). | ||
|- | |- | ||
|UponInspection||9||When found failed during an inspection. | |UponInspection||9||When found failed during an inspection (corrective task). | ||
|} | |} |
Revision as of 21:46, 8 September 2015
Member of: SynthesisAPI
Specifies the frequency with which a task is performed.
Members
Name | Value | Description |
---|---|---|
Never | 0 | The task is never performed. |
ItemAge | 1 | Fixed time frame based on item's age. |
SystemAge | 2 | Fixed time frame based on calendar time. |
DynamicIntervalsOnSystemAge | 3 | Dynamic intervals based on the item's age. |
DynamicIntervalsOnItemAge | 4 | Dynamic intervals based on calendar time. |
SystemDown | 5 | Whenever the system is down. |
GroupMaintenance | 6 | Based on events in a maintenance group. |
MaintenancePhase | 7 | When a maintenance phase starts. |
UponFailure | 8 | Upon item failure (corrective task). |
UponInspection | 9 | When found failed during an inspection (corrective task). |