[This is preliminary documentation and is subject to change.]
Indicates if this Thread has been started.
| C# | Visual Basic | Visual C++ |
public bool HasBeenStarted { get; }
Public ReadOnly Property HasBeenStarted As Boolean
public: property bool HasBeenStarted { bool get (); }
A Thread that has been started and stopped afterwards will also return true.