Skip to main content

1E 8.1 (on-premises)

Nomad.Resume

Method

Resume

Module

Nomad

Library

1E

Action

Resume any currently-paused Nomad job. Has no effect if no job is currently paused.

Parameters

(None)

Return values

Success (boolean): true if the request was successfully sent to Nomad, else false if Nomad is not installed, is not running, or is not a supported version.

Example

Nomad.Resume();

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. It is not an error if no Nomad job is currently paused.