Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== onIdle ====== Event of [[:scripting:api:frame-events:start|IFrameEvents]] ===== Description ===== Called on Application Idle to process background jobs synchronously ===== Syntax ===== ==== JavaScript ==== <code javascript> Appplication.onIdle = function() { }; </code>==== Visual Basic Script ==== <code vb> function onIdle() { } Appplication.onIdle = onIdle </code>==== C++ ==== <code cpp> HRESULT CFrameEvents::onIdle() { } </code>===== See Also ===== [[:scripting:api:frame-events:start|IFrameEvents]] ~~NOTOC~~