.. highlightlang:: us .. index:: AppSleep .. _appsleep: AppSleep ======== .. us.tag AppSleep NOTREADYENGLISH App New300 The :ref:`AppSleep` function suspends the execution of UniPlot for the specified interval. .. function:: bool = AppSleep(nMilliSeconds) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: nMilliSeconds *nMilliSeconds* specifies the time, in milliseconds, for which to suspend execution. .. us.example **Example** :: AppSleep(100) .. seealso:: :ref:`overview-application-object` :sub:`id-1465691`