pyanaconda.modules.runtime.scripts.scripts_interface ==================================================== .. py:module:: pyanaconda.modules.runtime.scripts.scripts_interface Classes ------- .. autoapisummary:: pyanaconda.modules.runtime.scripts.scripts_interface.ScriptsInterface Module Contents --------------- .. py:class:: ScriptsInterface Bases: :py:obj:`pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate` DBus interface for the scripts module. .. py:method:: RunScriptsWithTask(script_type) Run all scripts of given type sequentially with task. The types of scripts: kickstart scripts: KS_SCRIPT_PRE = 0 KS_SCRIPT_POST = 1 KS_SCRIPT_TRACEBACK = 2 KS_SCRIPT_PREINSTALL = 3 KS_SCRIPT_ONERROR = 4 :param script_type: Type of scripts to be run. :return: a DBus path of the task