continue
continues running the app block (usually) after a wait
Overview
The continue
action is part of the exec set in Rhyme. continues running the app block (usually) after a wait. continues running the app block (usually) after a wait
Category: Exec
Area: ⚙️ System & Control Flow
Basic Usage
continue "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
continue "Example usage"
Example 2: With Variables
$my-variable: "some value"
continue $my-variable
Tips
- This action is part of the exec set
- Common use case: Controlling app flow and logic
Related Actions
Related actions from the exec set will be listed here.