Simvue v1.0.2
- Fix to
add_process
with list of strings as arguments, the executable no longer returns the string"None"
. - Fix callbacks and triggers for
add_process
being executed only onRun
class termination, not on process completion.
add_process
with list of strings as arguments, the executable no longer returns the string "None"
.add_process
being executed only on Run
class termination, not on process completion.