Anywhere
Meteor.clearInterval(id)
import { Meteor } from 'meteor/meteor'
Source Cancel a repeating function call scheduled by Meteor.setInterval
.
Arguments
- id Number
-
The handle returned by
Meteor.setInterval
Meteor.clearInterval(id)
import { Meteor } from 'meteor/meteor'
Source Cancel a repeating function call scheduled by Meteor.setInterval
.
The handle returned by Meteor.setInterval
Please login to continue.