Wait
Overview
The Wait logic block is a logic block that temporarily pauses the execution of certain events or changes within a series of patches.
This block ensures that the app waits for specific conditions, such as the completion of a previous event or the availability of required resources, before applying the next patch.
And then you can edit the settings and do configurations to make the logic block do what you require. Refer the below grid so you can understand which data should be added to the mentioned text boxes to get the desired outputs.
Wait Logic Block Configuration
Patch Name |
Identifier used in the CMS. |
The identifier should reflect content or function. |
|||
Toast Messages |
Short notifications to the user. |
||||
Wait in miliseconds |
Wait time in milliseconds. |
||||
On Success |
The message presented to the user on success. |
||||
On Success Accessibility Label |
Interface Accessibility label. |
||||
On Success Accessibility Hint |
Interface Accessibility hint. |
||||
On Error |
The message presented to the user on error. |
||||
On Error Accessibility Label |
Interface Accessibility label. |
||||
On Error Accessibility Hint |
Interface Accessibility hint. |
||||
Inputs |
Connections coming in to this patch. |
||||
Outputs |
Connections going out from this patch. |
Learn more…