how to kill/stop particular service running in IS

Hi

how to kill/stop particualr service running on IS.when we schedule some service when it is running we can see the instance count and next run value with big integer. IS there anyway to kill or stop this service instead of reschduling the service.

Regards
Eswar

Hi Eswar,
If you want to stop some scheduled service which is scheduled to run in future i.e. next run is alteast 1 sec. Go to schedular and suspend the task and it will not run.

If some service has already started running and it is running corrently and you go to the Service Usage and you see instance count 1, then there is no other way of stopping this service then shutting down the IS.

Programatically, you can do a threaded invoke of a service and then you could stop that thread.