lazy wrapper for queueCommand(Map auth, String command, 0, false),
Running "command" with no timeout and continuing with subsequent commands
even if the command returns a non non-zero exit code
lazy wrapper for queueCommand(Map auth, String command, double timeout,
false),
Running the command until it completes, or gets killed because the
timeout expired.
lazy wrapper for queueCommand(Map auth, String command, double timeout,
false),
Running the command until it completes, or gets killed because the
timeout expired.