Universal Windows Service Class Library

ITrigger.Start Method 

Signals the trigger that it could start it's work.

bool Start();

Return Value

True if the trigger was started otherwise false. Returning false means only that the trigger event is in the past and it's impossible to reach it again.

Remarks

If this function was called the trigger start it's work and fires an event each time the event time is reached.

To stop the trigger work call Stop method.

See Also

ITrigger Interface | uws.Triggers Namespace