Class ProcessExitedEventArgs
EventArgs for events occuring when a process exits.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Fs.Processes.JobObjects
Assembly: Fs.Processes.dll
Syntax
public class ProcessExitedEventArgs : ProcessIdEventArgs
Properties
| Improve this Doc View SourceAbnormalExit
Gets a value indicating whether the process exited normally or abnormally.
Declaration
public bool AbnormalExit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |