ExecutionStatus type

The last known status of the export run.
KnownExecutionStatus can be used interchangeably with ExecutionStatus, this enum contains the known values that the service supports.

Known values supported by the service

Queued
InProgress
Completed
Failed
Timeout
NewDataNotAvailable
DataNotAvailable

type ExecutionStatus = string