Uses of Enum Class
de.iip_ecosphere.platform.support.TaskRegistry.TaskStatus
Packages that use TaskRegistry.TaskStatus
-
Uses of TaskRegistry.TaskStatus in de.iip_ecosphere.platform.support
Fields in de.iip_ecosphere.platform.support declared as TaskRegistry.TaskStatusMethods in de.iip_ecosphere.platform.support that return TaskRegistry.TaskStatusModifier and TypeMethodDescriptionTaskRegistry.TaskData.getStatus()Returns the task status.static TaskRegistry.TaskStatusReturns the enum constant of this class with the specified name.static TaskRegistry.TaskStatus[]TaskRegistry.TaskStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.support with parameters of type TaskRegistry.TaskStatusModifier and TypeMethodDescriptionprivate TaskRegistry.TaskDataTaskRegistry.TaskData.setStatus(TaskRegistry.TaskStatus status) Changes the task status and the timestamp of change.