releaseStatus property

String? releaseStatus
final

Release status for the uploaded version.

Controls the state of the release in the store:

  • completed - Release is live and available to users
  • draft - Release is saved but not published
  • halted - Release is paused/stopped
  • inProgress - Release is being processed

Implementation

final String? releaseStatus;