Click or drag to resize

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.0
Syntax
public bool IsFinished { get; }

Property Value

Type: Boolean
See Also