Click or drag to resize

wclThreadRunning Property

Gets the thread state.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public bool Running { get; }

Property Value

Boolean
true if the Thread is running. false otherwise.
See Also