YaST2 Developers Documentation: YaST2 OS Repair

YaST2 OS Repair

OSRStatus.ycp

This module has an unstable interface.

Global Functions

global IsErrorSeverityBlocking () -> boolean

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.

API function.

Return value:
The severity of the detected error.
global IsErrorSeverityModuleBlocking () -> boolean

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.

API function.

Return value:
The severity of the detected error.
global ErrorSeverityBlocking () -> void

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

Return value:
The severity of the detected error.
global ErrorSeverityModuleBlocking () -> void

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

Return value:
The severity of the detected error.
global DetectOK2Name (string tnext_detect_method_name) -> void

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

Parameters:
tnext_detect_method_name
global DetectError2Name (string tnext_detect_method_name) -> void

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

Parameters:
tnext_detect_method_name
global DetectProblem2Name (string tnext_detect_method_name) -> void

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

API function,

Parameters:
tnext_detect_method_name
global RepairOK2Name (string tnext_detect_method_name) -> void

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

API function,

Parameters:
tnext_detect_method_name
global RepairError2Name (string tnext_detect_method_name) -> void

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

API function,

Parameters:
tnext_detect_method_name
global RepairOmit2Name (string tnext_detect_method_name) -> void

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

API function,

Parameters:
tnext_detect_method_name
global NotFound2Name (string tnext_detect_method_name) -> void

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

API function,

Parameters:
tnext_detect_method_name
global DetectOK () -> void

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

global DetectError () -> void

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

global DetectOmit () -> void

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

global DetectProblem () -> void

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

global RepairOK () -> void

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

global RepairError () -> void

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

global RepairOmit () -> void

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

global Exit () -> void

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

global IsStatusDetectOK () -> boolean

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

API function,

Return value:
Is OK?
global IsStatusDetectError () -> boolean

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

API function,

Return value:
Is error?
global IsStatusDetectOmit () -> boolean

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

API function,

Return value:
Omitted?
global IsStatusDetectProblem () -> boolean

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

API function,

Return value:
Is detect problem?
global IsStatusRepairOK () -> boolean

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

API function,

Return value:
Repaired?
global IsStatusRepairError () -> boolean

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

API function,

Return value:
Repair failed?
global IsStatusRepairOmit () -> boolean

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

API function,

Return value:
Repait omitted?
global IsStatusExit () -> boolean

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

API function,