Sleep PowerScript function
Description
Causes the application
to pause for a specified time.
Syntax
1 |
<span>Sleep</span> ( <span>seconds</span> ) |
Argument |
Description |
---|---|
seconds |
Long for the number of seconds you want |
Return Values
Integer. Returns 1 if the function succeeds
and -1 if an error occurs.
Examples
This example pauses the application for 5 seconds:
1 |
<span>Sleep</span> ( 5 ) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest