Hi,
I don't know how your programming skills are, but you you can use a liltte code here to do the trick:
You can have a file write task which will write the current datetime and the triggered filename into one line in a file.
Every trigger will append a line with this data.
The next task can be a .NET task with the triggered filename as a parameter. This task looks into the file created in step 1 and looks for the filename from bottom to top. On the 2nd hit (1st hit will be itself) it checkes the written date to the current date and based on the time diff you return a string value, like "trigger OK" and "trigger NOK". Is there is no 2nd match, the result must be "Trigger OK".
The next step should contain a condition which will check the output of the previous task and run the 3rd task or not.
Reards,
Erik
Uses Visualcron since 2006.