Pauses the application for the specified time.

syntaxSyntax:
DlxApp.Delay(msec)

Parameters

Parameter Description
msec Pause duration in milliseconds.

Return Value

If an error occurs it returns false otherwise it returns true.

Example

  Copy codeCopy code

See also