Nomad.ResumeJobQueue
Method | ResumeJobQueue |
---|---|
Module | Nomad |
Library | 1E |
Action | Resume the currently-paused Nomad job queue. Has no effect if the job queue is not currently paused. |
Parameters | (None) |
Return values |
|
Example | Nomad.ResumeJobQueue(); |
Platforms |
|
Notes | Because of the way Nomad works, this action sends a fire-and-forget request to Nomad. The return value reflects whether Nomad was able to accept the request, not necessarily whether Nomad acted on it. |