format of a wait and delay function

137 Views Asked by At

What does 180 * 1 denote for, in a dts package that I'm looking at.

It's basically a dts package with SQL code.

The comments beside this says 120 minutes for 60*2 and 90 minutes for 180*1.

Can some please help me understand this?

1

There are 1 best solutions below

1
On

The pasted code is a trigger that fires when it's 180 seconds (3 minutes) past the start time. If the comment is correct, it triggers a process that loops SFTP for 90 minutes. But you didn't paste any of the code that this triggers, whatever lclContinue does, so we can't tell how that comment relates to the code. If there is no such code and lclContinue directly causes the looping, then the comment is completely incorrect.