WaitForIdleSyncTrailblazeTool

@Serializable
data class WaitForIdleSyncTrailblazeTool(val timeToWaitInSeconds: Int = 5) : MapsToMaestroCommands

Constructors

Link copied to clipboard
constructor(timeToWaitInSeconds: Int = 5)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun execute(toolExecutionContext: TrailblazeToolExecutionContext): TrailblazeToolResult
Link copied to clipboard
fun TrailblazeTool.getToolNameFromAnnotation(): String
Link copied to clipboard
open override fun toMaestroCommands(): List<Command>