Shell.IsRunning Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 8.0.9673)
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. |