Click or drag to resize
BackgroundJobRequeue Method
Overload List
  NameDescription
Public methodStatic memberRequeue(String)
Changes state of a job with the specified jobId to the EnqueuedState.
Public methodStatic memberRequeue(String, String)
Changes state of a job with the specified jobId to the EnqueuedState. If fromState value is not null, state change will be performed only if the current state name of a job equal to the given value.
Top
See Also