Class: SeeingIsBelieving::EventStream::Events::Timeout

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

Overview

The process timed out note that you will probably not receive an exitstatus if this occurs. Though it’s hypothetically possible… this is all asynchronous.

Class Method Summary collapse

Class Method Details

.event_nameObject



100
101
102
# File 'lib/seeing_is_believing/event_stream/events.rb', line 100

def self.event_name
  :timeout
end