Class: SeeingIsBelieving::EventStream::Events::EventStreamClosed

Inherits:
SeeingIsBelieving::EventStream::Event
  • Object
show all
Defined in:
lib/seeing_is_believing/event_stream/events.rb

Overview

The process’s event stream was closed, there will be no more events that come via the stream. Currently, that’s all events except Stdout, StdoutClosed, Stderr, StdoutClosed, ExitStatus, and Finished

Class Method Summary collapse

Class Method Details

.event_nameObject



177
178
179
# File 'lib/seeing_is_believing/event_stream/events.rb', line 177

def self.event_name
  :event_stream_closed
end