Component that provides the set Interval functionality to trigger actions or events every x amount of time.
Ability to reset the value in seconds of the time at which each trigger should occur and ability to stop the Interval set.
Control values defined by two inputs:
- TimeInSeconds: defines how many seconds the trigger will occur;
- Stop: Defines whether we want to stop the Set Interval.
To change the value of the time window in which the trigger occurs, simply change the value of the TimeInSeconds input. The original instance of SetInterval will be destroyed and a new one will be created with the new interval time.