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

Resumes a milestone that previously paused if found.

Milestone myMilestones.Resume(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 paused milestone will be resumed and returns.

Example

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

See Also

  • No labels