#include <ZYppCallbacks.h>
Inheritance diagram for zypp::target::ScriptResolvableReport:

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 295 of file ZYppCallbacks.h.
|
|
Definition at line 297 of file ZYppCallbacks.h. |
|
|
Definition at line 298 of file ZYppCallbacks.h. |
|
||||||||||||||||
|
Whether executing do_script on install or undo_script on delete.
Definition at line 301 of file ZYppCallbacks.h. |
|
||||||||||||
|
Progress provides the script output.
If the script is quiet, from time to time still-alive pings are sent to the ui. Returning Definition at line 309 of file ZYppCallbacks.h. |
|
|
Report error.
Definition at line 312 of file ZYppCallbacks.h. |
|
|
Report success.
Definition at line 315 of file ZYppCallbacks.h. |
1.4.6