status property

StopStatus? status
final

The status of the stop deployment operation:

  • Pending: The stop operation is pending.
  • Succeeded: The stop operation was successful.

Implementation

final StopStatus? status;