Uses of Enum Class
org.apache.camel.support.task.Task.Status
Packages that use Task.Status
-
Uses of Task.Status in org.apache.camel.support.task
Subclasses with type arguments of type Task.Status in org.apache.camel.support.taskMethods in org.apache.camel.support.task that return Task.StatusModifier and TypeMethodDescriptionTask.getStatus()Gets the task status.static Task.StatusReturns the enum constant of this class with the specified name.static Task.Status[]Task.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.