Is there a way to conditional abort current task only after finishing executing it?

leo

New member
Suppose that an attack task is executing, I want the task can be abort only after this attack task finished
 
You could create a new conditional task which changes its status to failure after the attack has finished.
 
Top