MFFeatureFlagMaturity Enumeration
The recognized feature maturity states.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public enum MFFeatureFlagMaturity
Unspecified |
0 |
Unspecified. (This is a result when trying to read registry value and getting none.)
|
Off |
1 |
The feature is turned off. This is not a maturity level for execution mode, but just a feature setting.
|
Dev |
2 |
Development maturity, for development and testing (DEV reg value).
|
Alpha |
3 |
For internal use or for restricted pilot use with customers (ALPHA reg value).
|
Prod |
4 |
Production use (PROD reg value).
|