ProcessStatus

ProcessStatusserializable

System.Web (system.web.dll)enum

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
}

Hierarchy

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

Returned By

ProcessInfo.Status

Passed To

ProcessInfo.{ProcessInfo( ), SetAll( )}



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace