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 7 Current »

Overview

Pauses milestone if found and returns instance of milestone.

Milestone myMilestones.Pause(name: string)

Arguments

string name
Name of milestone. Required.

Returns

Instance of milestone if found, otherwise null.

Remarks

In case of multiple milestones with the same name, only the In Progress milestone will be paused and returned.

Example

var sla1 = $Case.Milestones.Pause('SLA 1');

See Also

  • No labels