Nomad.Stop
Method | Stop |
---|---|
Module | Nomad |
Library | 1E |
Action | Stop any currently-executing Nomad job. Has no effect if no job is currently running. |
Parameters | (None) |
Return values |
|
Example | Nomad.Stop(); |
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. It is not an error if no Nomad job is currently running. |