Is there a way to set the amount of time before you execute a service manually with the code service_name.execute({}); I basically want something to display on my page for about 4 seconds before the service executes which results in a page change on success. I'm using this same service in another area as well so I don't want to mess with the success event I already have setup.