DekGenius.com
[ Team LiB ] Previous Section Next Section

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( )}

    [ Team LiB ] Previous Section Next Section