pyanaconda.modules.boss.install_manager.installation_category_interface

Classes

CategoryReportTaskInterface

DBus interface for a task category report

Module Contents

class pyanaconda.modules.boss.install_manager.installation_category_interface.CategoryReportTaskInterface[source]

Bases: pyanaconda.modules.common.task.TaskInterface

DBus interface for a task category report

connect_signals()[source]

Connect signals to the implementation.

CategoryChanged(category)[source]

Signal making progress for this task.

Parameters:

category (Str) – Number of the category. See pyanaconda/core/constants.py

InstallationCategories for info about a category indexes.