Boopathi
(Boopathi Manogar)
September 26, 2019, 12:49am
1
Hi Friends,
In config file, delay values are given in milliseconds like 15000, 60000 with delay short, delay medium and delay long but the actual delay value is like hh:mm:ss then how the value in config file is given in milliseconds and also it would not work.
Thanks,
Ula
lakshman
(Ganta lakshman)
September 26, 2019, 1:38am
2
@Boopathi
You can pass it in DelayBefore and DelayAfter Fields.
Cint(Config("ShortDelay").ToString)
Boopathi
(Boopathi Manogar)
September 26, 2019, 1:42am
3
Hi Lakshman,
Okay, thanks. So we can use those values in Delay before and Delay after property but in delay activity the value must be like hh:mm:ss. Am I correct?
Thanks,
Ula
1 Like
lakshman
(Ganta lakshman)
September 26, 2019, 1:53am
4
@Boopathi
Yes. You are correct.
If you want to use it Delay activity then you can convert that value into TimeSpan variable pass into it.
1 Like
system
(system)
Closed
September 29, 2019, 1:57am
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.