Variables
This section of the documentation is dedicated to explaining the internal global variables used in this package.
Index
ModelSelectionGUI.ELECTRON_APPLICATIONModelSelectionGUI.JOB_TASKModelSelectionGUI.OPEN_CLIENTModelSelectionGUI.OPEN_DOCUMENTATIONModelSelectionGUI.SERVER_HOSTModelSelectionGUI.SERVER_PORTModelSelectionGUI.SSL_ENABLED
Contents
ModelSelectionGUI.SERVER_HOST — ConstantSERVER_HOSTDefines the base URL of the server. By default, it uses the value of SERVER_HOST_DEFAULT.
ModelSelectionGUI.SERVER_PORT — ConstantSERVER_PORTThe port number on which the web server will listen. By default, it uses the value of SERVER_PORT_DEFAULT.
ModelSelectionGUI.SSL_ENABLED — ConstantSSL_ENABLEDDetermines whether SSL (Secure Socket Layer) is enabled in the application.
ModelSelectionGUI.OPEN_DOCUMENTATION — ConstantOPEN_DOCUMENTATIONOpen a window after starting the server with the documentation. By default, it uses the value of OPEN_DOCUMENTATION_DEFAULT.
ModelSelectionGUI.OPEN_CLIENT — ConstantOPEN_CLIENTOpen a window after starting the server with the client. By default, it uses the value of OPEN_CLIENT_DEFAULT.
ModelSelectionGUI.ELECTRON_APPLICATION — ConstantELECTRON_APPLICATIONGlobal variable that holds an instance of an Electron application. It is initialized to nothing, indicating that no instance of the application has been created yet.
ModelSelectionGUI.JOB_TASK — ConstantJOB_TASKGlobal variable that holds the task that runs asynchronously being executed.