Aqualogic Interaction API  
 

IPTScheduler.KillRunningJob Method 

Sends a kill request signal to a running job

void KillRunningJob(
   int nJobID,
   int SoftKillTimeoutInSeconds
);

Parameters

nJobID
The ID of the Job targeted for termination
SoftKillTimeoutInSeconds
The number of seconds after which a hard kill will commence.

See Also

IPTScheduler Interface | com.plumtree.server Namespace