Skip to content

Start

Re-starts a milestone if already existing, otherwise creates a new milestone.

1
myMilestones.Start(name: string, goal: any):Milestone

Parameters

string name
    Name of milestone. Required.

any goal
    Goal of milestone. Can be specified as string value in duration format or date time. Optional.

See Also