VaultApplicationBaseapplicationRunningStatus Field

Indicates the application running status. This is volatile because the value can be accessed from multiple threads to avoid caching delays -- the enumeration read and write itself is atomic.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected ApplicationRunningStatus applicationRunningStatus

Field Value

ApplicationRunningStatus

See Also