Skip to content

Stage

Gets the current stage of the milestone.

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.