mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[feature][ui] it is possible to view details of some initialization tasks by clicking on their icons
This commit is contained in:
@@ -102,6 +102,15 @@ class TaskManager:
|
||||
"""
|
||||
pass
|
||||
|
||||
def update_output(self, task_id: str, output: str):
|
||||
"""
|
||||
updates the task output
|
||||
:param task_id:
|
||||
:param output:
|
||||
:return:
|
||||
"""
|
||||
pass
|
||||
|
||||
def finish_task(self, task_id: str):
|
||||
"""
|
||||
marks a task as finished
|
||||
|
||||
Reference in New Issue
Block a user