Property Initialized
Initialized
Gets whether the application has been initialized with Init(ConsoleDriver?, string?) and not yet shutdown with Shutdown().
public static bool Initialized { get; }
Property Value
Remarks
The InitializedChanged event is raised after the Init(ConsoleDriver?, string?) and Shutdown() methods have been called.