public interface ISettingsUnitInitializerPublic Interface ISettingsUnitInitializerpublic interface class ISettingsUnitInitializertype ISettingsUnitInitializer = interface end| InitializationState | Initialization state of the settings subsystem. |
| InitializeAsync | Initializes all settings units. |
| ThrowIfNotInitialized | Throws a SettingsUnitNotInitializedException if the settings units have not been initialized yet. This method can be used to ensure that any operations depending on initialized settings are not executed prematurely. |