We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8f044 commit 672e5ceCopy full SHA for 672e5ce
hooks/__init__.py
@@ -62,6 +62,7 @@ def __init__(self, name, task_type, created_by, command):
62
63
command: str = ''
64
65
+ @new_thread('hooks - execute')
66
def execute_task(self, server: PluginServerInterface, hook: str, var_dict: dict = None, obj_dict: dict = None):
67
server.logger.debug(f'Executing task: {self.task_name}, task_type: {self.task_type}, command: {self.command}')
68
server.logger.debug(f'objects_dict: {str(var_dict)}')
0 commit comments