Uses of Enum Class
org.springframework.scheduling.config.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
Modifier 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.ModifierConstructorDescriptionTaskExecutionOutcome
(Instant executionTime, TaskExecutionOutcome.Status status, Throwable throwable) Creates an instance of aTaskExecutionOutcome
record class.