Uses of Enum Class
de.espirit.firstspirit.access.schedule.MaintenanceModeTask.ConcurrentTaskHandling
Packages that use MaintenanceModeTask.ConcurrentTaskHandling
-
Uses of MaintenanceModeTask.ConcurrentTaskHandling in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return MaintenanceModeTask.ConcurrentTaskHandlingModifier and TypeMethodDescriptionMaintenanceModeTask.getConcurrentTaskHandling()
Indicates if other tasks may be executed while the maintenance mode is active.Returns the enum constant of this class with the specified name.MaintenanceModeTask.ConcurrentTaskHandling.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.schedule with parameters of type MaintenanceModeTask.ConcurrentTaskHandlingModifier and TypeMethodDescriptionvoid
MaintenanceModeTask.setConcurrentTaskHandling
(@NotNull MaintenanceModeTask.ConcurrentTaskHandling concurrentTaskHandling) Defines if other tasks may be executed while the maintenance mode is active. -
Uses of MaintenanceModeTask.ConcurrentTaskHandling in de.espirit.firstspirit.server
Methods in de.espirit.firstspirit.server that return MaintenanceModeTask.ConcurrentTaskHandlingModifier and TypeMethodDescriptionMaintenanceModeInfo.getConcurrentTaskHandling()
Indicates if other tasks may be executed while the maintenance mode is active.