BackgroundJobRequeue Method |
Name | Description | |
---|---|---|
Requeue(String) |
Changes state of a job with the specified jobId
to the EnqueuedState.
| |
Requeue(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.
|