Anywhere
Meteor.setTimeout(func, delay)
import { Meteor } from 'meteor/meteor'
Source Call a function in the future after waiting for a specified delay.
Arguments
- func Function
-
The function to run
- delay Number
-
Number of milliseconds to wait before calling function
Please login to continue.