Salesforce Lightning Call JavaScript каждые x секунд
window.setTimeout( $A.getCallback(function() {
// do something
}), 10000 );
Crescent Fresh
window.setTimeout( $A.getCallback(function() {
// do something
}), 10000 );