На главную ASP.NET in a Nutshell, Second Edition 2017-07-07 02:10:07 ProcessStatusserializableSystem.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( )} Related Категории Search