Compose wait
Tool compose_wait¶
Description¶
Wait for a specified number of seconds before continuing. Use this when you need to wait for animations or async operations to complete.
Command Class¶
xyz.block.trailblaze.compose.driver.tools.ComposeWaitTool
Registered ComposeWaitTool in ToolRegistry¶
Optional Parameters¶
seconds:IntegerNumber of seconds to wait (e.g., 1, 2, 5). Maximum 30 seconds.
NOTE: THIS IS GENERATED DOCUMENTATION