class Core::Watch::Status

public

The status of a system watch.

Constants

STATES

Public Class Methods

new() click to toggle source
# File lib/core/watch/status.rb, line 15
def initialize
  @state = :stopped
  @mutex = Mutex.new
end