adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ThreadBase Class / IsRunning Property

In This Topic
    IsRunning Property (ThreadBase)
    In This Topic
    Indicates whether the thread is running.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsRunning As Boolean
    public bool IsRunning {get;}
    See Also