logo
Expand description

Synthetic event type, derived from inputs, triggers actions.

Fundamentally, events in watchexec have three purposes:

  1. To trigger the launch, restart, or other interruption of a process;
  2. To be filtered upon according to whatever set of criteria is desired;
  3. To carry information about what caused the event, which may be provided to the process.

Modules

Re-export of the Notify file event types.

Structs

An event, as far as watchexec cares about.

Enums

The type of a file.

The end status of a process.

The general origin of the event.

Something which can be used to filter or qualify an event.