Actions
Feature #35275
closedadd a SynchronizedDeltaTimeTrigger
Start date:
10/23/2018
Due date:
% Done:
0%
Estimated time:
Description
Same as DeltaTimeTrigger, except that triggering start at a specific time instead of starting when Lavoisier is started.
This specific time will be computed with mod(delta,60).
Updated by Reynaud Sylvain over 6 years ago
The delta-time must be between 1 and 59 minutes, and the specific time is the first time that is a multiple of this delta-time.
Example:- start-time for delta=20 is 20,40 or 00 minutes in hour.
- start-time for delta=35 is 35 minutes in hour.
Updated by Reynaud Sylvain over 6 years ago
- Status changed from New to Rejected
Too much restricted and too much specific... replaced with issue #35277
Actions