kommand icon indicating copy to clipboard operation
kommand copied to clipboard

Add tryWait() to Child class

Open slomkowski opened this issue 9 months ago • 0 comments

I added an implementation of tryWait() method to Child class. It more-or-less follows the semantics of try_wait() from Rust:

  • if the process is still running, it returns null
  • otherwise, it returns the exit status

Please let me know if the coding style is appropriate for your project.

slomkowski avatar May 06 '25 22:05 slomkowski