failOk property

bool failOk
final

Whether or not failure of this job should throw an exception.

If failOk is false, and this job fails (returns a non-zero exit code, or otherwise fails to start), then a ProcessRunnerException will be thrown containing the details.

Defaults to true, since the result will contain the exit code.

Implementation

final bool failOk;