- Moved the signal handler action from main program to the signal handler itself so that the program can directly react.
- New option "-b / --start-blocked" to started with targets blocked regardless of initial condition check.
- Repalced
subprocess.call()
with newsubprocess.run()
- Removed local function
call()
, usingsubprocess.run()
directly
- Removed local function