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 5 Next »

Overview

Aborts a milestone.

Milestone myMilestones.Cancel(name: string)

Arguments

string name
Name of milestone. Required.

Returns

Instance of milestone if found, otherwise null.

Remarks

Once a milestone cancelled cannot be started again, if required use Milestones.Add to create a new milestone.

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

Example

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