Class: SubProcessEvent

Inherits:
ArcadiaEvent show all
Defined in:
lib/a-contracts.rb

Instance Attribute Summary collapse

Attributes inherited from Event

#channel, #parent, #results, #sender, #time

Method Summary

Methods inherited from ArcadiaEvent

#go!, #shot!

Methods inherited from Event

#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?

Constructor Details

This class inherits a constructor from Event

Instance Attribute Details

#abort_actionObject

Returns the value of attribute abort_action.



228
229
230
# File 'lib/a-contracts.rb', line 228

def abort_action
  @abort_action
end

#alive_checkObject

Returns the value of attribute alive_check.



228
229
230
# File 'lib/a-contracts.rb', line 228

def alive_check
  @alive_check
end

#nameObject

Returns the value of attribute name.



228
229
230
# File 'lib/a-contracts.rb', line 228

def name
  @name
end

#pidObject

Returns the value of attribute pid.



228
229
230
# File 'lib/a-contracts.rb', line 228

def pid
  @pid
end

#timecheckObject

Returns the value of attribute timecheck.



228
229
230
# File 'lib/a-contracts.rb', line 228

def timecheck
  @timecheck
end

#timeoutObject

Returns the value of attribute timeout.



228
229
230
# File 'lib/a-contracts.rb', line 228

def timeout
  @timeout
end