Click or drag to resize

MotorAPIInterruptWaitForMoveDone Method

Interrupts every current blocking call to WaitForMoveDone(NullableMotorAxis, NullableInt32)

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public void InterruptWaitForMoveDone()
Remarks
This can be called asynchronously to WaitForMoveDone(NullableMotorAxis, NullableInt32)
See Also