how to check when execution has been completed #742
Answered
by
Tyriar
deflexable
asked this question in
Q&A
-
Environment details
Issue descriptionis there a method to check when an execution completes after a command was written, for example: ptyInstance.write('echo test', () => {
// execution has been completed
}) |
Beta Was this translation helpful? Give feedback.
Answered by
Tyriar
Dec 17, 2024
Replies: 1 comment
-
You cannot without something like a shell integration script |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tyriar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You cannot without something like a shell integration script