Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Watches

Oliver Foster edited this page Jun 22, 2017 · 5 revisions

This class is only ever a singleton which is accessed via the root API.

Watches[] { // Extends ASyncIterator

  register(Globs:globs, options), // Create and start a Watch object, returns a Watch object

  pause(Globs:globs), // Pause Watch on instance
  pause(Watch:watch), // Pause Watch instance
  play(Globs:globs), // Restart Watch on instance
  play(Watch:watch), // Restart Watch instance

  unregister(Globs:globs), // Unregister Watch on instance
  unregister(Watch:watch) // Unregister Watch instance

}
Clone this wiki locally