| KM_ControllerWaitForThreadComplete Method |
Waits for a User Program Thread to finish executing.
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool WaitForThreadComplete(
int thread,
int timeout
)
Public Function WaitForThreadComplete (
thread As Integer,
timeout As Integer
) As Boolean
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
BooleanReturns true if successful, false if timed out
See Also