Process
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Access the underlying Java Process wrapped in a blocking ZIO.
Access the underlying Java Process wrapped in a blocking ZIO.
Attributes
Return the exit code of this process.
Return the exit code of this process.
Attributes
Tests whether the process is still alive (not terminated or completed).
Tests whether the process is still alive (not terminated or completed).
Attributes
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.
Attributes
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.
Attributes
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+
Attributes
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+
Attributes
Returns the native process ID of the process.
Returns the native process ID of the process.
Note: This method requires JDK 9+
Attributes
Return the exit code of this process if it is zero. If non-zero, it will fail with CommandError.NonZeroErrorCode.
Return the exit code of this process if it is zero. If non-zero, it will fail with CommandError.NonZeroErrorCode.
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Access the standard error stream.
Access the standard error stream.
Attributes
Access the standard output stream.
Access the standard output stream.