Event: onDigiGuideStartupComplete


void onDigiGuideStartupComplete()

Summary

Called at the end of the startup.

If you wanted to display a UI from within your script then this is the time to do it. Any earlier and the display system is unlikely to be ready.

This is called exactly once during a DigiGuide run.


Examples

function onMyDigiGuideStartupComplete( )
{
alert( "DigiGuide startup is complete" );
}
app.addEventHandler( "onNewListingsProcessingFinished", onNewDigiGuideStartupComplete );


See Also

  • App : addEventHandler


    Requirements

    1111