status property

ExecutionStatus status
final

The status of the function execution. Possible values can be: waiting, processing, completed, failed, or scheduled.

Implementation

final enums.ExecutionStatus status;