state property

ImageState? state
final

The image starts in the PENDING state. If image creation succeeds, the state is AVAILABLE. If image creation fails, the state is FAILED.

Implementation

final ImageState? state;