Enum Class MaintenanceModeTask.MaintenanceStage

java.lang.Object
java.lang.Enum<MaintenanceModeTask.MaintenanceStage>
de.espirit.firstspirit.access.schedule.MaintenanceModeTask.MaintenanceStage
All Implemented Interfaces:
Serializable, Comparable<MaintenanceModeTask.MaintenanceStage>, Constable
Enclosing interface:
MaintenanceModeTask

public static enum MaintenanceModeTask.MaintenanceStage extends Enum<MaintenanceModeTask.MaintenanceStage>
A maintenance mode task consists of up to five stages, from an initial preparation period up to activating the actual maintenance mode. Stages with a duration of 0 are skipped. The ordering of this enum represents the actual processing order of stages during execution.
Since:
5.2.516