class DTK::Client::TaskStatus::StreamMode::Element::TaskEnd
Public Instance Methods
render()
click to toggle source
# File lib/task_status/stream_mode/element/task_end.rb, line 25 def render return if @ignore_stage_level_info msg = "end: '#{field?(:display_name) || 'Workflow'}'" if duration = formatted_duration? msg << " (total duration: #{duration})" end render_line msg, :bracket => true end
task_end?()
click to toggle source
# File lib/task_status/stream_mode/element/task_end.rb, line 21 def task_end?() true end