Sleep functionality starting from release 1.9
Since release 1.9 there is a stored procedure for the sleep functionality.
exec "SYSADMIN.sleep"("millis" => 1000);;
It only requires the amount of milliseconds as input parameter.
Since release 1.9 there is a stored procedure for the sleep functionality.
exec "SYSADMIN.sleep"("millis" => 1000);;
It only requires the amount of milliseconds as input parameter.
Comments
0 comments
Please sign in to leave a comment.