Skip to content

Stage

Gets the current stage of the milestone.

Allowed Values

  • InProgress
  • Paused
  • Completed
  • Cancelled

Type

1
( `"InProgress"` | `"Paused"` | `"Completed"` | `"Cancelled"` )

Declaration

1
readonly ( `"InProgress"` | `"Paused"` | `"Completed"` | `"Cancelled"` ) myMilestone.Stage

Remarks

This property returns one of the following values, depending on the milestone's status:

  • InProgress: The milestone is active and running.
  • Paused: The milestone is temporarily paused.
  • Completed: The milestone has been successfully completed.
  • Cancelled: The milestone has been cancelled or aborted.