Shell.IsRunning Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
IsRunning
Returns a value indicating whether a command is currently running.
Declaration
public bool IsRunning { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if a command is running; false if no command is running. |