Process
Value members
Concrete methods
Access the underlying Java Process wrapped in a blocking ZIO.
Access the underlying Java Process wrapped in a blocking ZIO.
Tests whether the process is still alive (not terminated or completed).
Tests whether the process is still alive (not terminated or completed).
Kills the process and will wait until completed. Equivalent to SIGTERM on Unix platforms.
Kills the process and will wait until completed. Equivalent to SIGTERM on Unix platforms.
Kills the process and will wait until completed. Equivalent to SIGKILL on Unix platforms.
Kills the process and will wait until completed. Equivalent to SIGKILL on Unix platforms.
Kills the entire process tree and will wait until completed. Equivalent to SIGTERM on Unix platforms.
Kills the entire process tree and will wait until completed. Equivalent to SIGTERM on Unix platforms.
Note: This method requires JDK 9+
Kills the entire process tree and will wait until completed. Equivalent to SIGKILL on Unix platforms.
Kills the entire process tree and will wait until completed. Equivalent to SIGKILL on Unix platforms.
Note: This method requires JDK 9+