'Declaration
ReadOnly Property IsStarted As Boolean
'Usage
Dim instance As IReadOnlyStartable Dim value As Boolean value = instance.IsStarted
bool IsStarted {get;}
Property Value
true
if the component is started; otherwise, false
.'Declaration
ReadOnly Property IsStarted As Boolean
'Usage
Dim instance As IReadOnlyStartable Dim value As Boolean value = instance.IsStarted
bool IsStarted {get;}
true
if the component is started; otherwise, false
.This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.