Description
Delays the corresponding activity until the specified Time during certain specified days.
Attributes
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
DisplayName - Renames the activity.
Time - The time during specified days when the next activity would continue.
Example
- Add a Delay Until Time activity inside a Sequence.
- In the Time field, write 15:00:00 (or you can try adding your own preferred time).
- In this sample, all the days of the week are checked.
- Add a Message Box activity, and in the Content field, write "It's currently 3:00 in the afternoon.".
The use case should look as the following screenshot:
Upon execution, the Message Box would be displayed if it is 3:00 in the afternoon on all days of the week.