pmMDA.NET

ComponentState Enumeration

[This is preliminary documentation and subject to change.]

Possible states of a component or the application.

public enum ComponentState

Members

Member Name Description
Stopped The component is stopped.
Initializing The component is currently initializing.
Initialized The component is initialized.
StartingUp The component is currently starting up.
Running The component is running.
ShuttingDownNormally The component is currently shutting down normally
ShuttingDownImmediately The component is currently shutting down immediately

Requirements

Namespace: PmMda.Net.Application

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

PmMda.Net.Application Namespace