# File lib/background_process/background_process.rb, line 84
  def exitstatus
    wait && wait.exitstatus
  end