62. DontShowAgain

Handling "Don Not Show This Dialog Again"

62.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    62.2. Global Functions

    62.2.1. GetCurrentConfigurationMap

    Returns the current configuration map

    Return value

    • map <string, map <string, map <string, any> > > - with the current configuration

    62.2.2. GetDefaultReturn

    Return the default return value for question that should not be shown again

    Function parameters

    • map <string, string> params

    Return value

    • any - default return value

    62.2.3. GetShowQuestionAgain

    Returns whether the question should be shown again

    Function parameters

    • map <string, string> params

    Return value

    • boolean - it should be shown

    62.2.4. RemoveShowQuestionAgain

    Removes one entry defined with map params

    Function parameters

    • map <string, string> params

    Return value

    • boolean - if success

    62.2.5. SetDefaultReturn

    Sets the default return value for the question that should not be shown

    Function parameters

    • map <string, string> params

    • any default_return

    Return value

    • boolean - if success

    62.2.6. SetShowQuestionAgain

    Sets and stores whether the question should be shown again. If it should be, the result is not stored since the 'show again' is the default value.

    Function parameters

    • map <string, string> params

    • boolean new_value

    Return value

    • boolean - if success

    62.3. Global Variables

    62.4. Module Requirements

    62.4.1. Module Imports

    • Directory
    • FileUtils

    62.4.2. Module Includes