Add API polling to check the execution progress status of the current task
This commit is contained in:
parent
beb66a7f33
commit
84104f6083
|
@ -56,7 +56,6 @@ class IsChangedCache:
|
|||
class_type = node["class_type"]
|
||||
class_def = nodes.NODE_CLASS_MAPPINGS[class_type]
|
||||
#Initialization statistics <start>
|
||||
# print("任务包含的节点",node_id)
|
||||
reset_node_counts()
|
||||
#Initialization statistics <end>
|
||||
if not hasattr(class_def, "IS_CHANGED"):
|
||||
|
|
Loading…
Reference in New Issue