Namespace EyeAuras.DefaultAuras.Triggers.FileContains
Classes
FileContainsTriggerProperties
Defines the properties for a FileContains trigger, which is responsible for monitoring a file and triggering actions based on text evaluations.
Interfaces
IFileContainsTrigger
Represents a trigger that continuously reads or tails a specified file and evaluates its content against a text evaluator. The trigger's state is determined by whether the text evaluator finds a match in the file's content.