onExitCode property
Contains a glob pattern to match against the decimal representation of the
ExitCode
returned for a job. The patten can be up to 512
characters long, can contain only numbers, and can optionally end with an
asterisk (*) so that only the start of the string needs to be an exact
match.
Implementation
final String? onExitCode;