class Mixlib::ShellOut

def exitstatus

`kill -9`).
running or died without setting an exit status (e.g., terminated by
The exit status of the subprocess. Will be nil if the command is still
def exitstatus
  @status&.exitstatus
end