Click or drag to resize
ThreadWorkerTProcessingPaused Property
Indicates whether worker routine is temporarily paused.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
public bool ProcessingPaused { get; set; }

Property Value

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