I have a JavaScript application I am creating that has a possibly long running geoprocessing service, depending on the inputs that they select. I want to display a spinning progress wheel so users know the service is still running. Any suggestions on the best way to go about this? There is no event for when a geoprocessing service is started, just job-complete, job-cancel, and status-update.
Jim Bob