Get the job result for the specified job.
[Visual Basic]
Function GetJobResult( _
ByVal jobID As Long, _
ByVal result As Safe.FMEServer.API.IFMETransformationResult _
) As Boolean
Returns true if the job results are ready, otherwise returns false.
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | Internal FME Server exception occurred, or input parameter is a null reference (Nothing in Visual Basic). |
IFMETransformationManager Interface | IFMETransformationManager Members | Safe.FMEServer.API Namespace