182. OSRSummary

182.1. Summary of Module Globals

List of Global Functions

  • DetectError - Changes the summary of the specified module in the RichText widget. Shows that the rescue system has detected an error. Red font is used for the headline.

  • DetectOK - Changes the summary of the specified module in the RichText widget. Shows that the rescue system has found no error. Blue font is used for the headline.

  • DetectOmit - Changes the summary of the specified module in the RichText widget. Shows that the rescue system has found no error. Blue font is used for the headline.

  • DetectProblem - Changes the summary of the specified module in the RichText widget. Shows that the rescue system has detected a potential problem. Red font is used for the headline.

  • RepairError - Changes the summary of the specified module in the RichText widget. Shows that an error occurred during the repair-process. ??? font is used for the headline.

  • RepairOK - Changes the summary of the specified module in the RichText widget. Shows that the rescue system repaired the detected error. ??? font is used for the headline.

  • RepairOmit - Changes the summary of the specified module in the RichText widget. Shows that the repair process was omitted by the user.

  • Update - Updates the contents of the RichText widget.

List of Global Variables

    182.2. Global Functions

    182.2.1. DetectError

    Changes the summary of the specified module in the RichText widget. Shows that the rescue system has detected an error. Red font is used for the headline.

    Function parameters

    • string header

    • string description

    Return value

    • boolean - True if the RichText widget was updated successfully.

    182.2.2. DetectOK

    Changes the summary of the specified module in the RichText widget. Shows that the rescue system has found no error. Blue font is used for the headline.

    Function parameters

    • string header

    • string description

    Return value

    • boolean - True if the RichText widget was updated successfully.

    182.2.3. DetectOmit

    Changes the summary of the specified module in the RichText widget. Shows that the rescue system has found no error. Blue font is used for the headline.

    Function parameters

    • string header

    • string description

    Return value

    • boolean - True if the RichText widget was updated successfully.

    182.2.4. DetectProblem

    Changes the summary of the specified module in the RichText widget. Shows that the rescue system has detected a potential problem. Red font is used for the headline.

    Function parameters

    • string header

    • string description

    Return value

    • boolean - True if the RichText widget was updated successfully.

    182.2.5. RepairError

    Changes the summary of the specified module in the RichText widget. Shows that an error occurred during the repair-process. ??? font is used for the headline.

    Function parameters

    • string header

    • string description

    Return value

    • boolean - True if the RichText widget was updated successfully.

    182.2.6. RepairOK

    Changes the summary of the specified module in the RichText widget. Shows that the rescue system repaired the detected error. ??? font is used for the headline.

    Function parameters

    • string header

    • string description

    Return value

    • boolean - True if the RichText widget was updated successfully.

    182.2.7. RepairOmit

    Changes the summary of the specified module in the RichText widget. Shows that the repair process was omitted by the user.

    Function parameters

    • string header

    • string description

    Return value

    • boolean - True if the RichText widget was updated successfully.

    182.2.8. Update

    Updates the contents of the RichText widget.

    Return value

    • boolean - True if the RichText widget was changed successfully.

    182.3. Global Variables

    182.4. Module Requirements

    182.4.1. Module Imports

    • HTML
    • Mode
    • OSRCommon
    • OSRLogFile
    • OSRProgress
    • OSRStatus
    • Stage

    182.4.2. Module Includes