class DTK::Shell::TaskStatusThread
Attributes
finished[RW]
status[RW]
task_id[RW]
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/shell/status_monitor.rb, line 34 def initialize @finished = false super end