Class: DTK::Client::TaskStatus::StreamMode::Element::NoResults

Inherits:
DTK::Client::TaskStatus::StreamMode::Element show all
Defined in:
lib/task_status/stream_mode/element/no_results.rb

Instance Method Summary collapse

Methods inherited from DTK::Client::TaskStatus::StreamMode::Element

get_and_render_stages, get_and_render_task_start, #initialize

Methods included from RenderMixin

#formatted_duration?, #render_border, #render_duration_line, #render_empty_line, #render_empty_lines, #render_line, #render_start_time

Constructor Details

This class inherits a constructor from DTK::Client::TaskStatus::StreamMode::Element

Instance Method Details

#task_end?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/task_status/stream_mode/element/no_results.rb', line 21

def task_end?()
  true
end