Enum InitializationState
Initialization states.
[TypeConverter(typeof(EnumTranslationConverter))]
public enum InitializationState
Fields
[Display(Name = "InitializationFailed", ResourceType = typeof(Resources))] Failed = 3Initialization failed.
[Display(Name = "Initialized", ResourceType = typeof(Resources))] Initialized = 2Module is initialized.
[Display(Name = "IsInitializing", ResourceType = typeof(Resources))] IsInitializing = 1Module is initializing.
[Display(Name = "NotInitialized", ResourceType = typeof(Resources))] NotInitialized = 0Module is not initialized.