sleep(1000) vs sleep("1s")
Posted: 18 Oct 2017 19:26
Is there any difference in flow behavior with this two commands? I get a sense that in some contexts (like CONTROL UI), they do not behave the same way. Can anyone tell me whether they work exactly the same way or not?
Thanks
(Just to be clear, I am asking whether within a CONTROL UI or within a script, sleep(1000) works differently than would sleep("1s"). )
Thanks
(Just to be clear, I am asking whether within a CONTROL UI or within a script, sleep(1000) works differently than would sleep("1s"). )