It seems Javascript (and therefore EFS) doesn't have any sleep() or wait() functions.
One workaround in JS would be to use setTimeout()...is that function supported in EFS?
Has anyone found any other way to do something similar to a sleep() or wait() in EFS?
Thanks!
Garth
One workaround in JS would be to use setTimeout()...is that function supported in EFS?
Has anyone found any other way to do something similar to a sleep() or wait() in EFS?
Thanks!
Garth
Comment