Signals the triggers in static trigger list that it could start it's work.
True if all triggers were started otherwise false. Returning false means only that at least one trigger event is in the past and it's impossible to reach it again.
If this function was called the triggers start it's work and fire an event each time the event time is reached.
To stop the triggers work call the static End method.
The static trigger list will be used for global trigger which could be used from different objects.
For an example source code see the Add method.
Trigger Class | uws.Triggers Namespace