$KnownJobStatusStateExtension extension
Properties
- isJOB_STATE_COMPLETED → bool
-
Available on KnownJobStatusState, provided by the $KnownJobStatusStateExtension extension
Returns true if this value is jOB_STATE_COMPLETED, otherwise false.no setter - isJOB_STATE_FAILED → bool
-
Available on KnownJobStatusState, provided by the $KnownJobStatusStateExtension extension
Returns true if this value is jOB_STATE_FAILED, otherwise false.no setter - isNotJOB_STATE_COMPLETED → bool
-
Available on KnownJobStatusState, provided by the $KnownJobStatusStateExtension extension
Returns true if this value is not jOB_STATE_COMPLETED, otherwise false.no setter - isNotJOB_STATE_FAILED → bool
-
Available on KnownJobStatusState, provided by the $KnownJobStatusStateExtension extension
Returns true if this value is not jOB_STATE_FAILED, otherwise false.no setter
Methods
-
toUnion(
) → UJobStatusState -
Available on KnownJobStatusState, provided by the $KnownJobStatusStateExtension extension
Returns this value as UJobStatusState.