#include <ZYppCallbacks.h>
Public Types | |
| enum | Task { DO, UNDO } |
| enum | Notify { OUTPUT, PING } |
Public Member Functions | |
| virtual void | start (const Resolvable::constPtr &, const Pathname &, Task) |
| Whether executing do_script on install or undo_script on delete. | |
| virtual bool | progress (Notify, const std::string &=std::string()) |
| Progress provides the script output. | |
| virtual void | problem (const std::string &) |
| Report error. | |
| virtual void | finish () |
| Report success. | |
Definition at line 383 of file ZYppCallbacks.h.
| virtual void zypp::target::ScriptResolvableReport::start | ( | const Resolvable::constPtr & | , | |
| const Pathname & | , | |||
| Task | ||||
| ) | [inline, virtual] |
Whether executing do_script on install or undo_script on delete.
Definition at line 389 of file ZYppCallbacks.h.
| virtual bool zypp::target::ScriptResolvableReport::progress | ( | Notify | , | |
| const std::string & | = std::string() | |||
| ) | [inline, virtual] |
Progress provides the script output.
If the script is quiet, from time to time still-alive pings are sent to the ui. Returning FALSE aborts script execution.
Definition at line 397 of file ZYppCallbacks.h.
| virtual void zypp::target::ScriptResolvableReport::problem | ( | const std::string & | ) | [inline, virtual] |
| virtual void zypp::target::ScriptResolvableReport::finish | ( | ) | [inline, virtual] |
1.5.3