# Pause

Pauses the execution of the script for a specified time.

<table data-header-hidden><thead><tr><th width="246" valign="top"></th><th width="307" valign="top"></th></tr></thead><tbody><tr><td valign="top">Unit of measurement</td><td valign="top">The duration of the pause can be specified in seconds or milliseconds.</td></tr><tr><td valign="top">Duration</td><td valign="top"><p>[Number/TimeSpan] The value of the time interval in seconds or milliseconds for which the script will be paused.</p><p>When specifying a [TimeSpan] object, the "Unit of measurement" property is ignored.</p></td></tr><tr><td valign="top">Log</td><td valign="top">When enabled, a message will be sent to the log before the pause begins.</td></tr><tr><td valign="top">Error handling level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message level</td><td valign="top"><p>Select the message level that blocks will output during execution. Possible values:</p><ul><li>"Default" - default;</li><li>"Release" - output is disabled;</li><li>"Debug" - outputs main information;</li><li>"Detailed" - outputs detailed information.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block.</td></tr></tbody></table>
