JamThreadIsFinished Property |
Returns true if the thread is finished.
If this value is set, the thread is woken
up in case it is waiting for an event.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool IsFinished { get; }Public ReadOnly Property IsFinished As Boolean
Get
public:
property bool IsFinished {
bool get ();
}member IsFinished : bool with get
Property Value
Boolean
See Also