'DeclarationPublic ReadOnly Property IsStarted As Boolean
'UsageDim instance As EasySparkplugHostApplication Dim value As Boolean value = instance.IsStarted
public bool IsStarted {get;}
Property Value
true if the component is started; otherwise, false.
The default value of this property is False.