Universal Windows Service Class Library

ITrigger Members

ITrigger overview

Public Instance Properties

IsConfigured Get the flag if trigger is configured or not.
IsPaused Get the flag if trigger is paused or not.
IsRunning Get the flag if trigger is running or not.

Public Instance Methods

Configure Configures the trigger from a xml element.
Continue Signals the trigger that it could start working again.
Pause Signals the trigger that it could break and pause it's work.
Start Signals the trigger that it could start it's work.
Stop Signals the trigger thtat it should stop it's work.

Public Instance Events

Event Event which will occures if trigger matches.

See Also

ITrigger Interface | uws.Triggers Namespace | Trigger | OneTimeTrigger | IntervalTrigger | DailyTrigger | WeeklyTrigger | CronTrigger | ServerTrigger | OnServiceStartTrigger