TaskCancelServiceRoutine Method |
Note: This API is now obsolete.
Cancels any current execution of a service routine and restores the execution stack.
Namespace:
ABB.Robotics.Controllers.RapidDomain
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax[ObsoleteAttribute("This method is obsolete. Use method CancelRoutine instead.")]
public void CancelServiceRoutine()
RemarksIf no service routine is currently executing, this method will be ignored.
See Also