Returns a value indicating whether a command is currently running.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public ReadOnly Property IsRunning As Boolean
	Get
C#
public bool IsRunning { get; }

Field Value

True if a command is running; false if no command is running.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also