Just had a #bash epiphany, started a long running job and reminded myself I needed to run something else on completion but I forgot to && append next action.
As I suspected C-z to put process into background and then just fg && next_command will let me amend without aborting and editing last command.