Unknown YCP Module |
This module has an unstable interface. |
Imports
Global VariablesGlobal Functions
Local Variables |
File: modules/Crash.ycp
Package: YaST2 base package
Summary: Handling crashes and recovery of other modules
Authors: Jiri Srain
All operations that failed when were running last time
All operations that were the last started when crashed when running last time
Last successfully finished operation
List of operations which are active during this YaST2 session
Filename of file storing crash settings
Read settings from data file to variables
Write data stored in variables to data files
Start operation
- Parameters:
-
op string operation to start
Finish operation
- Parameters:
-
op string operation to finish
Check whether operation failed
- Parameters:
-
op string operation to check
- Return value:
-
true if yes
Check whether operation was last started when failed
- Parameters:
-
op string operation to check
- Return value:
-
true if yes
Get last finished operation
- Return value:
-
operation name
Check whether operation was last run in moment of last fail. Return whether operation shall be run If not, return true (no reason to think that operation is unsafe), Otherwise ask user
- Parameters:
-
op string operation name question string question to ask when was unsuccessfull last time
- Return value:
-
true if operation shall be started