How to use the wscript.sleep function from Code stage
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-09-20 11:05 AM
Hi there ,
I want to use the wscript.sleep function from the Code Stage ,but every time I am failed .It reports me that the wscript was not declared .I know that the wscript was an exe file from the windows .But I want to use this function , how I can make it work from the Code stage immediately ?
I do not want to process it within another VBS file but only from the BP Code stage.
------------------------------
Hao Lu
------------------------------
I want to use the wscript.sleep function from the Code Stage ,but every time I am failed .It reports me that the wscript was not declared .I know that the wscript was an exe file from the windows .But I want to use this function , how I can make it work from the Code stage immediately ?
I do not want to process it within another VBS file but only from the BP Code stage.
------------------------------
Hao Lu
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-09-20 12:03 PM
You need to use .Net code, for example System.Threading.Thread.Sleep(1000)
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
