Class: SubProcessProgressEvent
- Inherits:
-
SubProcessEvent
- Object
- Event
- ArcadiaEvent
- SubProcessEvent
- SubProcessProgressEvent
- Defined in:
- lib/a-contracts.rb
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#max ⇒ Object
Returns the value of attribute max.
-
#varprogress ⇒ Object
Returns the value of attribute varprogress.
Attributes inherited from SubProcessEvent
#abort_action, #abort_dialog_yes, #alive_check, #anigif, #name, #pid, #timecheck, #timeout
Attributes inherited from Event
#channel, #flag, #parent, #results, #sender, #time
Method Summary
Methods inherited from ArcadiaEvent
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
#max ⇒ Object
Returns the value of attribute max.
262 263 264 |
# File 'lib/a-contracts.rb', line 262 def max @max end |
#varprogress ⇒ Object
Returns the value of attribute varprogress.
262 263 264 |
# File 'lib/a-contracts.rb', line 262 def varprogress @varprogress end |