Start¶
Restarts a milestone if it already exists; otherwise, creates a new milestone with the specified name and starts it immediately.
myMilestones.Start(name: string, goal?: any):Milestone (Milestone)
Parameters¶
string name
The name of the milestone. Required.
any goal optional
The goal for the milestone. This can be a duration string or a specific date and time. Optional.
Returns¶
The milestone instance.