Click or drag to resize

WorkerThreadPoolPaused Property

If this property is set to true the processing of new work items is paused, if it is set to false, processing is resumed. Getter and setter of this method are thread safe.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
protected bool Paused { get; set; }

Property Value

Type: Boolean
See Also