IsStarted Property

Summary

Gets a value indicating whether the thread has started.

Syntax
C#
VB
C++
public bool IsStarted { get; } 
  
Public ReadOnly Property IsStarted As Boolean 
public: 
property bool IsStarted { 
   bool get(); 
} 

Property Value

true if the thread has started; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly