Please enable JavaScript to view this site.

QPR Knowledge Base 2023.1

  •      
  • Navigation: Developer's Guide > QPR API > The Object Model > QPR Modeling > PGApplication Commands

    Sleep

    Scroll Prev Top Next More

    Revision history:

    Introduced in QPR 7.2.1

     

    Pauses script execution for a defined amount of milliseconds.

     

    Synopsis:

     

    PGApplication.Sleep(Timeout)

     

    Parameters:

     

    Timeout: Sleep time in milliseconds.

     

    Required Rights:

     

    None.

     

    Return Values:

    Below are listed the return values that this function can return:

     

    None.

     

    Example Procedure:

     

    Sub Sleep

     PGApplication.Sleep(10000) 'sleep for 10 seconds

    End Sub