ignoreExitStatus property
Normally, a non-zero exit status causes the Task to fail.
This flag allows execution of other Runnables to continue instead.
Implementation
core.bool? ignoreExitStatus;
Normally, a non-zero exit status causes the Task to fail.
This flag allows execution of other Runnables to continue instead.
core.bool? ignoreExitStatus;