Anywhere
Meteor.setInterval(func, delay)
import { Meteor } from 'meteor/meteor'
Source Call a function repeatedly, with a time delay between calls.
Arguments
- func Function
-
The function to run
- delay Number
-
Number of milliseconds to wait between each function call.
Please login to continue.