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