Uses of Class
com.github.kagkarlsson.scheduler.task.ExecutionComplete.Result
-
Packages that use ExecutionComplete.Result Package Description com.github.kagkarlsson.scheduler.task -
-
Uses of ExecutionComplete.Result in com.github.kagkarlsson.scheduler.task
Methods in com.github.kagkarlsson.scheduler.task that return ExecutionComplete.Result Modifier and Type Method Description ExecutionComplete.ResultExecutionComplete. getResult()static ExecutionComplete.ResultExecutionComplete.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionComplete.Result[]ExecutionComplete.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-