Uses of Enum Class
tech.catheu.jnotebook.ExecutionStatus.Status
Packages that use ExecutionStatus.Status
-
Uses of ExecutionStatus.Status in tech.catheu.jnotebook
Methods in tech.catheu.jnotebook that return ExecutionStatus.StatusModifier and TypeMethodDescription@NonNull ExecutionStatus.StatusExecutionStatus.status()Returns the value of thestatusrecord component.static ExecutionStatus.StatusReturns the enum constant of this class with the specified name.static ExecutionStatus.Status[]ExecutionStatus.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.catheu.jnotebook with parameters of type ExecutionStatus.StatusModifierConstructorDescriptionExecutionStatus(@NonNull ExecutionStatus.Status status, @Nullable String failureMessage, @Nullable Exception failureException) Creates an instance of aExecutionStatusrecord class.