Click or drag to resize
ThreadWorkerTIsThreadRunning Method
Returns true if the worker thread is currently running

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
public bool IsThreadRunning()

Return Value

Type: Boolean
Remarks
This method supports the framework infrastructure and is not intended to be used directly from your code.
See Also