dspatch
dspatch copied to clipboard
Is it possible to add an exception handling method?
Is it possible to add an exception handling method? For example, Node B depends on the output of A. When node A crashes or throws an exception, the circuit diagram stops running. Instead of continuing. When a node throws an exception, it will force the entire circuit to stop.