executeAfter Method
Execute a function after delaying by this duration.
executeAfter<T>(fn: (...args: any[]) => T, scope?: any, ...args: any[]): Promise<T>
Returns - Promise resolved by fn
Defined in
Last Updated: 08 January, 2020
Woah! This page has a great deal of content... Give us a second to load it.
Execute a function after delaying by this duration.
executeAfter<T>(fn: (...args: any[]) => T, scope?: any, ...args: any[]): Promise<T>
Returns - Promise resolved by fn
Last Updated: 08 January, 2020