Click or drag to resize

ConsoleControlIsProcessRunning Property

Gets a value indicating whether this instance has a process running.

Namespace:  ConsoleControl.WPF
Assembly:  ConsoleControl.WPF (in ConsoleControl.WPF.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public bool IsProcessRunning { get; }

Property Value

Type: Boolean
true if this instance has a process running; otherwise, false.
See Also