Click or drag to resize

KM_ControllerThreadExecuting Method

Checks whether a User Program Thread is currently executing.

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

Parameters

thread  Int32
Which User Thread 1-7 to check

Return Value

Boolean
Returns true if executing, false if not executing
See Also