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.

Declaration Syntax
public bool IsFinished { get; private set; }Public Property IsFinished As Boolean
public:
property bool IsFinished {
bool get ();
void set (bool value);
}Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)