| KM_AxisGroupWaitforMotionComplete Method |
Blocks the calling thread until the axis group is in position
within a specified time limit
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool WaitforMotionComplete(
int timeout
)
Public Function WaitforMotionComplete (
timeout As Integer
) As Boolean
public:
bool WaitforMotionComplete(
int timeout
)
Parameters
- timeout Int32
- time in ms to wait for axis group to acheive position, 0 will wait indefinitely
Return Value
Booleantrue if completed
See Also