Show / Hide Table of Contents

Class ProcessExitedEventArgs

EventArgs for events occuring when a process exits.

Inheritance
System.Object
ProcessIdEventArgs
ProcessExitedEventArgs
Inherited Members
ProcessIdEventArgs.ID
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 Source

AbnormalExit

Gets a value indicating whether the process exited normally or abnormally.

Declaration
public bool AbnormalExit { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX