ignoreExitStatus property

bool? ignoreExitStatus
getter/setter pair

Normally, a runnable that returns a non-zero exit status fails and causes the task to fail.

However, you can set this field to true to allow the task to continue executing its other runnables even if this runnable fails.

Implementation

core.bool? ignoreExitStatus;