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: 7.1
Syntax protected bool Paused { get; set; }
Protected Property Paused As Boolean
Get
Set
protected:
property bool Paused {
bool get ();
void set (bool value);
}
member Paused : bool with get, set
Property Value
Type:
BooleanSee Also