Uses of Enum
org.evolvis.tartools.backgroundjobs.BackgroundJobInfo.State
-
Uses of BackgroundJobInfo.State in org.evolvis.tartools.backgroundjobs
Methods in org.evolvis.tartools.backgroundjobs that return BackgroundJobInfo.StateModifier and TypeMethodDescriptionJobEvent.getNewState()JobEvent.getOldState()BackgroundJobInfo.getState()BackgroundJobStatusDecorator.getState()static BackgroundJobInfo.StateReturns 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.StateModifierConstructorDescriptionJobEvent(BackgroundJobInfo source, BackgroundJobInfo.State oldState, BackgroundJobInfo.State newState)