Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
callback function receive output text lines in real time
#4
Thanks for your help. I had tried using F12 before, and I just realized that I need to log in to GitHub to view the code definitions.  

I tried using ChatGPT to solve the issue, but it seems to require more context for a proper solution.  

I feel like I might have overcomplicated the problem.  

The following LA code works well; is there no alternative function in QM?  
 
Code:
Copy      Help
process.terminate("ssh.exe");

string ssh ="ssh.exe"; string cl = "-R 80:localhost:4455 serveo.net";

run.thread(() => run.console(s => { if (s.EndsWith(".serveo.net")) print.it("serveo.net is OK"); }, ssh, cl, encoding: Encoding.UTF8));

30.s();


Messages In This Thread
RE: callback function receive output text lines in real time - by Davider - 09-27-2024, 11:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)