213. PackageLock

Packages manipulation (system)

213.1. Authors

  • Martin Vidner <mvidner@suse.cz>

213.2. Summary of Module Globals

List of Global Functions

  • Check - Tries to acquire the packager (zypp) lock. Reports an error if another process has the lock already. Will only report once even if called multiple times.

  • Connect - Tries to acquire the packager (zypp) lock. Reports an error if another process has the lock already. Will only report once even if called multiple times.

List of Global Variables

    213.3. Global Functions

    213.3.1. Check

    Tries to acquire the packager (zypp) lock. Reports an error if another process has the lock already. Will only report once even if called multiple times.

    Return value

    • boolean - true if we can continue

    213.3.2. Connect

    Tries to acquire the packager (zypp) lock. Reports an error if another process has the lock already. Will only report once even if called multiple times.

    Function parameters

    • boolean show_continue_button

    Return value

    • map<string,any> - true if we can continue

    213.4. Global Variables

    213.5. Module Requirements

    213.5.1. Module Imports

    • Label
    • Popup

    213.5.2. Module Includes