Uses of Class
pro.taskana.common.api.ScheduledJob.State
-
Packages that use ScheduledJob.State Package Description pro.taskana.common.api -
-
Uses of ScheduledJob.State in pro.taskana.common.api
Methods in pro.taskana.common.api that return ScheduledJob.State Modifier and Type Method Description ScheduledJob.StateScheduledJob. getState()static ScheduledJob.StateScheduledJob.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduledJob.State[]ScheduledJob.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pro.taskana.common.api with parameters of type ScheduledJob.State Modifier and Type Method Description voidScheduledJob. setState(ScheduledJob.State state)
-