181. OSRStatus

181.1. Summary of Module Globals

List of Global Functions

  • DetectError - This function is a wrapper for the definition of the correct status.

  • DetectError2Name - This function is a wrapper for the definition of the correct status.

  • DetectOK - This function is a wrapper for the definition of the correct status.

  • DetectOK2Name - This function is a wrapper for the definition of the correct status.

  • DetectOmit - This function is a wrapper for the definition of the correct status.

  • DetectProblem - This function is a wrapper for the definition of the correct status.

  • DetectProblem2Name - This function is a wrapper for the definition of the correct status.

  • ErrorSeverityBlocking - Sets the level of severity of the detected error. API function.

  • ErrorSeverityModuleBlocking - Sets the level of severity of the detected error. API function.

  • Exit - This function is a wrapper for the definition of the correct status.

  • IsErrorSeverityBlocking - Returns the level of severity of the detected error. This severity involves the rescue system to stop the further execution if the detected error is not repaired. E.g. if the rescue system does not detect any harddisks it makes no sense to go on checking for any errors. The rescue system will halt.

  • IsErrorSeverityModuleBlocking - Returns the level of severity of the detected error. This severity means that the detected error involves to jump to the next detection module without executing any further method of the current module. E.g. if the rescue system detects that the LILO package is not installed on the system and this error could not be repaired, it makes no sense to check the LILO configuration file for any errors. So the rescue system jumps to the next module in the module sequence.

  • IsStatusDetectError - This function is a wrapper for the definition of the correct status.

  • IsStatusDetectOK - This function is a wrapper for the definition of the correct status.

  • IsStatusDetectOmit - This function is a wrapper for the definition of the correct status.

  • IsStatusDetectProblem - This function is a wrapper for the definition of the correct status.

  • IsStatusExit - This function is a wrapper for the definition of the correct status.

  • IsStatusRepairError - This function is a wrapper for the definition of the correct status.

  • IsStatusRepairOK - This function is a wrapper for the definition of the correct status.

  • IsStatusRepairOmit - This function is a wrapper for the definition of the correct status.

  • NotFound2Name - This function is a wrapper for the definition of the correct status.

  • RepairError - This function is a wrapper for the definition of the correct status.

  • RepairError2Name - This function is a wrapper for the definition of the correct status.

  • RepairOK - This function is a wrapper for the definition of the correct status.

  • RepairOK2Name - This function is a wrapper for the definition of the correct status.

  • RepairOmit - This function is a wrapper for the definition of the correct status.

  • RepairOmit2Name - This function is a wrapper for the definition of the correct status.

List of Global Variables

    181.2. Global Functions

    181.2.1. DetectError

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    181.2.2. DetectError2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    181.2.3. DetectOK

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    181.2.4. DetectOK2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    181.2.5. DetectOmit

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    181.2.6. DetectProblem

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    181.2.7. DetectProblem2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    181.2.8. ErrorSeverityBlocking

    Sets the level of severity of the detected error. API function.

    Return value

    • void - The severity of the detected error.

    181.2.9. ErrorSeverityModuleBlocking

    Sets the level of severity of the detected error. API function.

    Return value

    • void - The severity of the detected error.

    181.2.10. Exit

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    181.2.11. IsErrorSeverityBlocking

    Returns the level of severity of the detected error. This severity involves the rescue system to stop the further execution if the detected error is not repaired. E.g. if the rescue system does not detect any harddisks it makes no sense to go on checking for any errors. The rescue system will halt.

    Return value

    • boolean - The severity of the detected error.

    181.2.12. IsErrorSeverityModuleBlocking

    Returns the level of severity of the detected error. This severity means that the detected error involves to jump to the next detection module without executing any further method of the current module. E.g. if the rescue system detects that the LILO package is not installed on the system and this error could not be repaired, it makes no sense to check the LILO configuration file for any errors. So the rescue system jumps to the next module in the module sequence.

    Return value

    • boolean - The severity of the detected error.

    181.2.13. IsStatusDetectError

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Is error?

    181.2.14. IsStatusDetectOK

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Is OK?

    181.2.15. IsStatusDetectOmit

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Omitted?

    181.2.16. IsStatusDetectProblem

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Is detect problem?

    181.2.17. IsStatusExit

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean

    181.2.18. IsStatusRepairError

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Repair failed?

    181.2.19. IsStatusRepairOK

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Repaired?

    181.2.20. IsStatusRepairOmit

    This function is a wrapper for the definition of the correct status.

    Return value

    • boolean - Repait omitted?

    181.2.21. NotFound2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    181.2.22. RepairError

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    181.2.23. RepairError2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    181.2.24. RepairOK

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    181.2.25. RepairOK2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    181.2.26. RepairOmit

    This function is a wrapper for the definition of the correct status.

    Return value

    • void

    181.2.27. RepairOmit2Name

    This function is a wrapper for the definition of the correct status.

    Function parameters

    • string tnext_detect_method_name

    Return value

    • void

    181.3. Global Variables

    181.4. Module Requirements

    none