Skip to main content

1E 23.7 (SaaS)

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

Success (boolean): true if the request was successfully sent to Nomad or if Nomad is not currently paused. If Nomad is not installed or the service is not running or is not a supported version then the method (and hence usually the instruction running it) fails with an execution error.

Example

Nomad.ResumeJobQueue();

Platforms

  • Windows

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.