Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] sleep for milli seconds

hi all,
i have job like this,
tRunjob-----> tsleep---- >tRunjob2----->tsleep---- > tRunjob3
i want to give sleep as 100ms (milli seconds). but tsleep is taking only seconds as argument. how can i give 100 milli seconds sleep after each tRunjob??
thanks and regards,
Akshath H
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

use a tJava component and use this code:
Thread.sleep(100);

Was this answer as quick as possible 😉

View solution in original post

3 Replies
Anonymous
Not applicable
Author

hi,
condition between component is "Oncomponent ok". please reply as quick as possible.
Thanks and Regards
Akshath hegde
Anonymous
Not applicable
Author

use a tJava component and use this code:
Thread.sleep(100);

Was this answer as quick as possible 😉
Anonymous
Not applicable
Author

hi,
Thank you for response. actually its little late. we implemented around 50jobs using tsleep. so now have to chnage it to tJava.
But its a great solution. worked like a charm.
Regards,
Akshath Hegde