ControlStatus EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Stipulates control phase statuses like: Active/Inactive etc...

Namespace: NFX.ServiceModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum ControlStatus
Members

  Member nameValueDescription
Inactive0
Starting1
AbortingStart2
Active3
Stopping4
See Also