Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

Stops a milestone and marks as completed.

Milestone myMilestones.Stop(name: string)

Arguments

string name
Name of milestone. Required.

Returns

Instance of milestone if found, otherwise null.

Remarks

Once a milestone stopped cannot be start again, if required Milestones.Add must be used to create a new milestone.

In case of multiple milestones with the same name, only the InProgress milestone will be stopped and returns.

Example

var sla1 = $Case.Milestones.Stop('SLA 1');
  • No labels