ShellBrowser .Net Edition
Paused Property
NamespacesJam.ShellWorkerThreadPoolPaused
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.
Declaration Syntax
C#Visual BasicVisual C++
protected bool Paused { get; set; }
Protected Property Paused As Boolean
protected:
property bool Paused {
	bool get ();
	void set (bool value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)