Property IsUpdateThreadAlive
IsUpdateThreadAlive
Returns true if the update thread is alive. The update thread is alive if it has been StartUpdateThread(Int64, String) and not StopUpdateThread(), as well as didn't hit an error which caused it to terminate (i.e. HandleUpdateException(Exception) threw the exception further).
Declaration
public virtual bool IsUpdateThreadAlive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |