Nomad.Resume
Method | |
---|---|
Module | Nomad |
Library | 1E |
Action | Resume any currently-paused Nomad job. Has no effect if no job is currently paused. |
Parameters | (None) |
Return values |
|
Example | Nomad.Resume(); |
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 paused. |