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 _
)
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | Internal FME Server exception occurred. |
IFMETransformationManager Interface | IFMETransformationManager Members | Safe.FMEServer.API Namespace