gelato:cancel
Cancel a Gelato Automate task you created. Find task ids with @gelato:tasks or @gelato:lastTask.
⚗️ Experimental — available at next.evmcrispr.com.
Syntax
Section titled “Syntax”gelato:cancel <taskId>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
taskId | bytes32 | Task id to cancel |
Examples
Section titled “Examples”# Create a task and cancel it again, in a forkload sim
sim:fork --using anvil ( sim:set-balance @me 100e18 gelato:automate 0x4F2083f5fBede34C2714aFfb3105539775f7FE64 rebalance() --every 1h gelato:cancel @gelato:lastTask())