Uses of Enum Class
com.kingsrook.qqq.backend.core.actions.async.AsyncJobState
Packages that use AsyncJobState
-
Uses of AsyncJobState in com.kingsrook.qqq.backend.core.actions.async
Subclasses with type arguments of type AsyncJobState in com.kingsrook.qqq.backend.core.actions.asyncModifier and TypeClassDescriptionenumPossible states for an async job's "running"-ness.Methods in com.kingsrook.qqq.backend.core.actions.async that return AsyncJobStateModifier and TypeMethodDescriptionAsyncJobStatus.getState()Getter for statestatic AsyncJobStateReturns the enum constant of this class with the specified name.static AsyncJobState[]AsyncJobState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kingsrook.qqq.backend.core.actions.async with parameters of type AsyncJobStateModifier and TypeMethodDescriptionvoidAsyncJobStatus.setState(AsyncJobState state) Setter for state