Contents

Method

Stop

ModuleNomad
Library1E
Action

Stop any currently-executing Nomad job. Has no effect if no job is currently running.

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.Stop();
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 running.