Click or drag to resize

MotorAPIInterruptWaitForHomeDone Method

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

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