Class: DTK::Shell::TaskStatusThread

Inherits:
Thread
  • Object
show all
Defined in:
lib/shell/status_monitor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTaskStatusThread

Returns a new instance of TaskStatusThread.



34
35
36
37
# File 'lib/shell/status_monitor.rb', line 34

def initialize
  @finished = false
  super
end

Instance Attribute Details

#finishedObject

Returns the value of attribute finished.



32
33
34
# File 'lib/shell/status_monitor.rb', line 32

def finished
  @finished
end

#statusObject

Returns the value of attribute status.



32
33
34
# File 'lib/shell/status_monitor.rb', line 32

def status
  @status
end

#task_idObject

Returns the value of attribute task_id.



32
33
34
# File 'lib/shell/status_monitor.rb', line 32

def task_id
  @task_id
end