Aqualogic Interaction API  
 

IPTJobDispatcherService.KillJob Method 

Kill the specified job. The time delay will allow the service to wait for a "soft kill" before going to a "hard kill" and shutting down the job.

void KillJob(
   int ptidJobID,
   int nSoftKillTimeoutInSeconds
);

Parameters

ptidJobID
The Job's ID
nSoftKillTimeoutInSeconds
Time to wait in seconds before hard kill is uesed.

See Also

IPTJobDispatcherService Interface | com.plumtree.server Namespace