You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: