Menu

SysSleep

Help
2021-04-24
2021-04-25
  • Paul Higgins

    Paul Higgins - 2021-04-24

    How small can the sleep value be? Is call SysSleep(.0001) valid?

     
  • Sam Boker

    Sam Boker - 2021-04-25

    It appears so.
    $ rexxtry
    /opt/apps/rexx/rexxtry.rex lets you interactively try REXX statements.
    Each string is executed when you hit Enter.
    Enter 'call tell' for a description of the features.
    Go on - try a few... Enter 'exit' to end.
    rc = SysSleep(.0001)
    rc = 0 ..... /opt/apps/rexx/rexxtry.rex on LINUX

     

Log in to post a comment.