Milestone.Stage

Overview

Gets the stage of milestone.

( "InProgress" | "Paused" | "Completed" | "Cancelled" ) myMilestone.Stage { get; }

Remarks

This property returns one of following values depending on milestone status.

InProgress Milestone is active and counting.

Paused Milestone is paused.

Completed Milestone has completed.

Cancelled Milestone has cancelled.

Copyright © 2010 - 2023 Emakin. All rights reserved.