Click or drag to resize

TaskCallServiceRoutine Method

Note: This API is now obsolete.

Executes the specified service routine.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use method CallRoutine instead.")]
public void CallServiceRoutine(
	string routine
)

Parameters

routine
Type: SystemString
The service routine to execute.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf any task is executing.
GeneralExceptionIf the service routine is missing, mastership is held by another client, wrong execution state etc.
Remarks
Any previous execution stack will be kept and after the service routine is executed the stack will be restored.
See Also