class Guard::Jobs::Base

def background

def background
end

def foreground

Returns:
  • (Symbol) - :exit to tell Guard to terminate
  • (Symbol) - :stopped once job is finished
def foreground
end

def handle_interrupt

anything other than signaling threads
Signal handler calls this, so avoid actually doing
def handle_interrupt
end

def initialize(_options)

def initialize(_options)
end