Method: Launch::Job.checkin

Defined in:
lib/launch/job.rb

.checkinObject



6
7
8
9
10
# File 'lib/launch/job.rb', line 6

def checkin
  from_launch Launch.message(Messages::CHECKIN)
rescue Errno::EPERM
  raise JobError.new(nil, "must checkin from process spawned by lauchd for job with sockets")
end