FME Server .NET API

IFMETransformationManager.AbortJob Method 

Abort a job request. This will either remove the job from the queue or cancel its processing if it is currently running on an FME.

[Visual Basic]
Sub AbortJob( _
   ByVal jobID As Long _
)
[C#]
void AbortJob(
   long jobID
);

Parameters

jobID
The job ID of the job to abort.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException Internal FME Server exception occurred.

See Also

IFMETransformationManager Interface | IFMETransformationManager Members | Safe.FMEServer.API Namespace