TaskMaintenanceTriggerEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) Created page with '{{Template:API}}{{Template:APIBreadcrumb}} <onlyinclude>Specifies which event(s) in the maintenance group(s) triggers the task.</onlyinclude> ==Members== {| {{APITableEnum}} |…' |
(No difference)
|
Revision as of 16:23, 13 January 2016
![]() |
Member of: SynthesisAPI
Specifies which event(s) in the maintenance group(s) triggers the task.
Members
Name | Value | Description |
---|---|---|
BlockFails | 1 | The task is performed when a block in the maintenance group fails. |
CorrectiveMaintenance | 2 | The task is performed when a block in the maintenance group starts corrective maintenance. |
PreventiveMaintenance | 4 | The task is performed when a block in the maintenance group starts preventive maintenance. |
Inspection | 8 | The task is performed when a block in the maintenance group starts inspection. |
BlockRestored | 16 | The task is performed when a block in the maintenance group is restored to operation. |