Class: SubProcessEvent

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

Direct Known Subclasses

SubProcessProgressEvent

Constant Summary

Constants inherited from Event

Event::FLAG_DEFAULT, Event::FLAG_ERROR

Instance Attribute Summary collapse

Attributes inherited from Event

#channel, #flag, #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.



255
256
257
# File 'lib/a-contracts.rb', line 255

def abort_action
  @abort_action
end

#alive_checkObject

Returns the value of attribute alive_check.



255
256
257
# File 'lib/a-contracts.rb', line 255

def alive_check
  @alive_check
end

#nameObject

Returns the value of attribute name.



255
256
257
# File 'lib/a-contracts.rb', line 255

def name
  @name
end

#pidObject

Returns the value of attribute pid.



255
256
257
# File 'lib/a-contracts.rb', line 255

def pid
  @pid
end

#timecheckObject

Returns the value of attribute timecheck.



255
256
257
# File 'lib/a-contracts.rb', line 255

def timecheck
  @timecheck
end

#timeoutObject

Returns the value of attribute timeout.



255
256
257
# File 'lib/a-contracts.rb', line 255

def timeout
  @timeout
end