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.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool IsFinished { get; }
Public ReadOnly Property IsFinished As Boolean
Get
public:
property bool IsFinished {
bool get ();
}
member IsFinished : bool with get
Property Value
Type:
BooleanSee Also