Name
Popup::ModuleError —
Special error popup for YCP modules that don't work.
Synopsis
Import Popup;
symbol
Popup::ModuleError
( |
string
| text
) ; |
Return Value
-
symbol
`back, `again, `cancel, `next
Description
The user can choose one of:
- "back" - go back to the previous module
- "next" - skip this faulty module and directly go to the next one
- "again" - try it again (after fixing something in the code, of course)
- "cancel" - exit program