Uses of Class
org.evolvis.tartools.backgroundjobs.BackgroundJobInfo.State
-
-
Uses of BackgroundJobInfo.State in org.evolvis.tartools.backgroundjobs
Methods in org.evolvis.tartools.backgroundjobs that return BackgroundJobInfo.State Modifier and Type Method Description BackgroundJobInfo.StateJobEvent. getNewState()BackgroundJobInfo.StateJobEvent. getOldState()BackgroundJobInfo.StateBackgroundJobInfo. getState()BackgroundJobInfo.StateBackgroundJobStatusDecorator. getState()static BackgroundJobInfo.StateBackgroundJobInfo.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BackgroundJobInfo.State[]BackgroundJobInfo.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.evolvis.tartools.backgroundjobs with parameters of type BackgroundJobInfo.State Constructor Description JobEvent(BackgroundJobInfo source, BackgroundJobInfo.State oldState, BackgroundJobInfo.State newState)
-