trackPromoteReleaseStatus property

String? trackPromoteReleaseStatus
final

Release status when promoting between tracks.

Controls the status of the promoted release:

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

Default: "completed"

Implementation

final String? trackPromoteReleaseStatus;