Cancel¶
Aborts a milestone.
1 |
|
Parameters¶
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¶
1 |
|