PowerShellProcessInstance.HasExited Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the associated process has been terminated. true if the operating system process referenced by the Process component has terminated; otherwise, false.
public:
property bool HasExited { bool get(); };
public:
property bool HasExited { bool get(); };
public bool HasExited { get; }
member this.HasExited : bool
Public ReadOnly Property HasExited As Boolean