Name

ProcessStatus

Synopsis

This enumeration is used by the ProcessInfo class to indicate the status of a process.

Public Enum ProcessStatus
                  Alive = 1
                  ShuttingDown = 2
                  ShutDown = 3
                  Terminated = 4
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ProcessStatus

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.