terminate existed but was poorly formatted and not actually running. Requires druncschema PR#24. Notes
terminate has been implemented as a process_manager command. This has been chosen as controller does not otherwise have any functions that affect the process.
Known issue - as this is a process_manager command, no current restriction is placed on what fsm stage this can be executed from. This is currently the same as kill --session <session_name>. This has been raised as an issue, but wanted to include this command for integration tests
Added terminate to unified-shell
With this PR, terminate passes around an empty ProcessQuery. This does not affect the functionality and will be removed, but as above wanted for int test.
terminate
existed but was poorly formatted and not actually running. Requiresdruncschema
PR#24. Notesterminate
has been implemented as aprocess_manager
command. This has been chosen ascontroller
does not otherwise have any functions that affect the process.process_manager
command, no current restriction is placed on whatfsm
stage this can be executed from. This is currently the same askill --session <session_name>
. This has been raised as an issue, but wanted to include this command for integration teststerminate
tounified-shell
terminate
passes around an emptyProcessQuery
. This does not affect the functionality and will be removed, but as above wanted for int test.