status property
The status of the function execution. Possible values can be: waiting
, processing
, completed
, or failed
.
Implementation
final String status;
The status of the function execution. Possible values can be: waiting
, processing
, completed
, or failed
.
final String status;