Collapse All
ShellBrowser Delphi Components Documentation
Jam.Threading.IPausable
Jam.Threading
Legend
Members
IPausable Methods
IPausable Properties
Allows to pause work.
Class Hierarchy
Syntax
Pascal
IPausable
=
interface
;
Namespace
Jam.Threading
IPausable Methods
Name
Description
function GetPaused: Boolean;
Getter for the property
Paused
.
procedure SetPaused(const value: Boolean);
Setter for the property
Paused
.
IPausable Properties
Name
Description
property Paused: Boolean read GetPaused write SetPaused;
Property that defines if the work done by this instance is paused or not.
Links
Jam.Threading
,
Legend
,
Members
,
IPausable Methods
,
IPausable Properties
Contents
|
Index
|
Home