L
L
LiquidApps Documentation
Search…
Introduction
🧙♂
The DAPP Network
The DAPP Token
Cross Chain Bridges
Examples
DAPP Network Resources
👨💻
DAPP NETWORK LABS
Introduction
DAPP Workers
EdgeDSPs
EdgeOS
⚡
Working with Zeus
Introduction
Zeus Basics
Zeus Box Basics
⚙
DAPP Network Services
DAPP Network Services
vRAM
LiquidAccounts
LiquidHarmony
LiquidScheduler
Getting Started Guide
Smart Contract Macros
schedule_timer
remove_timer
timer_callback
start_interval
remove_interval
Additional Features
LiquidStorage
LiquidLink
DAPP Service Macros
Additional Services
Smart Contract Console Log Syntax
Packages and Staking
👨🚀
DAPP Service Providers
Introduction to DAPP Service Providers
EdgeDSPs
DSPs
🌉
CROSS CHAIN BRIDGES
Getting Started with LiquidBridge
⛓
LiquidX Stake Across Chains
Getting Started with LiquidX
😷
COVAX
Getting Started with CoVax Chain
🗂
Blockchain Guides
Testnet Creation Guides
Governance Guides
🗒
Release Notes
Latest
History
🙋♀
FAQs
Frequently Asked Questions The DAPP Token
Frequently Asked Questions DAPP Service Providers (DSPs)
Frequently Asked Questions vRAM
Powered By
GitBook
remove_interval
remove_interval |
code
/**
* LiquidScheduler uses the timer_callback to run the cron logic within the consumer contract
*
* @param {name} timer - account name to scope the timer within
*
* Example:
*
* @code
* // remove interval
* [[eosio::action]] void rminterval() {
* remove_interval(_self);
* }
* @endcode
*/
Previous
start_interval
Next
Additional Features
Last modified
10mo ago
Copy link