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.



258
259
260
# File 'lib/a-contracts.rb', line 258

def abort_action
  @abort_action
end

#abort_dialog_yesObject

Returns the value of attribute abort_dialog_yes.



258
259
260
# File 'lib/a-contracts.rb', line 258

def abort_dialog_yes
  @abort_dialog_yes
end

#alive_checkObject

Returns the value of attribute alive_check.



258
259
260
# File 'lib/a-contracts.rb', line 258

def alive_check
  @alive_check
end

#anigifObject

Returns the value of attribute anigif.



258
259
260
# File 'lib/a-contracts.rb', line 258

def anigif
  @anigif
end

#nameObject

Returns the value of attribute name.



258
259
260
# File 'lib/a-contracts.rb', line 258

def name
  @name
end

#pidObject

Returns the value of attribute pid.



258
259
260
# File 'lib/a-contracts.rb', line 258

def pid
  @pid
end

#timecheckObject

Returns the value of attribute timecheck.



258
259
260
# File 'lib/a-contracts.rb', line 258

def timecheck
  @timecheck
end

#timeoutObject

Returns the value of attribute timeout.



258
259
260
# File 'lib/a-contracts.rb', line 258

def timeout
  @timeout
end