Uses of Enum Class
org.springframework.scheduling.config.TaskExecutionOutcome.Status
Packages that use TaskExecutionOutcome.Status
Package
Description
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
Uses of TaskExecutionOutcome.Status in org.springframework.scheduling.config
Subclasses with type arguments of type TaskExecutionOutcome.Status in org.springframework.scheduling.configModifier and TypeClassDescriptionstatic enum
Status of the task execution outcome.Methods in org.springframework.scheduling.config that return TaskExecutionOutcome.StatusModifier and TypeMethodDescriptionTaskExecutionOutcome.status()
Returns the value of thestatus
record component.static TaskExecutionOutcome.Status
Returns the enum constant of this class with the specified name.static TaskExecutionOutcome.Status[]
TaskExecutionOutcome.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.scheduling.config with parameters of type TaskExecutionOutcome.StatusModifierConstructorDescriptionTaskExecutionOutcome
(@Nullable Instant executionTime, TaskExecutionOutcome.Status status, @Nullable Throwable throwable) Creates an instance of aTaskExecutionOutcome
record class.