Subscribe

UiPath StudioX

The UiPath StudioX Guide

Delay

System.Activities.Statements.Delay

Pauses the automation for a specified period of time (in the hh:mm:ss format). Add this activity between activities that require good timing, for example before an activity that is waiting for an application to start, or between an activity that takes longer to process data and the next activity that uses that data as input.

Properties

Common

  • Display Name - The name displayed for the activity in the Designer panel.

Misc

  • Duration - The amount of time (in the hh:mm:ss format) you want the following activity to be delayed. For example, 00:00:05 is equivalent to 5 seconds.
  • Private - If selected, the data used in the activity is not logged by StudioX.

Updated 3 years ago


Delay


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.