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