You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use-case is when you don't want your running processes to exit if you by any chance exit the tool. It could also be approached by requesting confirmation before exit.
The current state of the running processes is do-able to persist on the file system but once the parent exits it won't be able to reconnect to the stdout of the running processes.
The text was updated successfully, but these errors were encountered:
The use-case is when you don't want your running processes to exit if you by any chance exit the tool. It could also be approached by requesting confirmation before exit.
The current state of the running processes is do-able to persist on the file system but once the parent exits it won't be able to reconnect to the stdout of the running processes.
The text was updated successfully, but these errors were encountered: