onStatusReason property
Contains a glob pattern to match against the StatusReason
returned for a job. The patten can be up to 512 characters long, can contain
letters, numbers, periods (.), colons (:), and white space (spaces, tabs).
and can optionally end with an asterisk (*) so that only the start of the
string needs to be an exact match.
Implementation
final String? onStatusReason;