| KM_ControllerThreadExecuting Method |
Checks whether a User Program Thread is currently executing.
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool ThreadExecuting(
int thread
)
Public Function ThreadExecuting (
thread As Integer
) As Boolean
public:
bool ThreadExecuting(
int thread
)
Parameters
- thread Int32
- Which User Thread 1-7 to check
Return Value
BooleanReturns true if executing, false if not executing
See Also