void ScriptRunner::resume() { if (hasPendingScripts()) postTaskIfOneIsNotAlreadyInFlight(); }
void ScriptRunner::resume() { if (hasPendingScripts()) m_timer.startOneShot(0); }