CommonApplicationLogic Active Property NFX Class Library

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

Returns true when application instance is active and working. This property returns false as soon as application finalization starts on shutdown Use to exit long-running loops and such

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

public bool Active { get; }

Property Value

Type: OnlineBoolean

Implements

IApplication Active
See Also