Click or drag to resize

KM_ControllerWaitForThreadComplete Method

Waits for a User Program Thread to finish executing.

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool WaitForThreadComplete(
	int thread,
	int timeout
)

Parameters

thread  Int32
Which User Thread 1-7 to check
timeout  Int32
time to wait in milliseconds

Return Value

Boolean
Returns true if successful, false if timed out
See Also