Open jamezp opened 3 months ago
Create a method on the ServerManager to retrieve the exit code from the process if it has exited. If the ProcessHandle is a Process, the exitValue() can be retrieved. Otherwise we should always return a known value to match an unknown value.
ServerManager
ProcessHandle
Process
exitValue()
Create a method on the
ServerManager
to retrieve the exit code from the process if it has exited. If theProcessHandle
is aProcess
, theexitValue()
can be retrieved. Otherwise we should always return a known value to match an unknown value.