Milestone¶
Represents a milestone created using the Milestones.Add method.
Capabilities¶
Properties¶
- Milestone.DueAt: Gets the target completion date and time for the milestone.
- Milestone.Duration: Gets the target duration, in hours, for the milestone, if specified.
- Milestone.StoppedAt: Gets the date and time when the milestone was stopped.
Status¶
- Milestone.Elapsed: Gets the total elapsed time, in hours, since the milestone started.
- Milestone.Name: Gets the name of the milestone.
- Milestone.Stage: Gets the current stage of the milestone.
- Milestone.StartedAt: Gets the date and time when the milestone started.
Lifecycle Control¶
- Milestone.Cancel: Cancels the current milestone.
- Milestone.Pause: Pauses the current milestone.
- Milestone.Resume: Resumes the current milestone that was previously paused.
- Milestone.Stop: Stops the current milestone, marking it as completed.