state property
The condition state. Currently, the only job states that a trigger can
listen for are SUCCEEDED
, STOPPED
,
FAILED
, and TIMEOUT
. The only crawler states that
a trigger can listen for are SUCCEEDED
, FAILED
,
and CANCELLED
.
Implementation
final JobRunState? state;