60. DontShowAgain

Handling "Don Not Show This Dialog Again"

60.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    60.2. Global Functions

    60.2.1. GetCurrentConfigurationMap

    Returns the current configuration map

    Return value

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

    60.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

    60.2.3. GetShowQuestionAgain

    Returns whether the question should be shown again

    Function parameters

    • map <string, string> params

    Return value

    • boolean - it should be shown

    60.2.4. RemoveShowQuestionAgain

    Removes one entry defined with map params

    Function parameters

    • map <string, string> params

    Return value

    • boolean - if success

    60.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

    60.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

    60.3. Global Variables

    60.4. Module Requirements

    60.4.1. Module Imports

    • Directory
    • FileUtils

    60.4.2. Module Includes