Hi everbody,
I started the UpdateSubnetwork process via the rest service. I want to cancel this process, how can I do this?
When I go to the job address via the service, it does not list the process and appears empty. But it continues to perform the process.
https://...................../server/rest/services/............../UtilityNetworkServer/jobs
Version: Enterprise 11.3
I looked at the page below but I'm not sure if this is what I need.
https://developers.arcgis.com/rest/enterprise-administration/server/jobs-service/
Solved! Go to Solution.
If you made the request synchronously, the default behavior, the process cannot be cancelled but will time out if it runs for too long. It is possible to purge the queue of all jobs, but that would also cancel any other jobs currently running.
If you made the request synchronously, the default behavior, the process cannot be cancelled but will time out if it runs for too long. It is possible to purge the queue of all jobs, but that would also cancel any other jobs currently running.