FME Server .NET API

IFMETransformationManager.GetJobResult Method 

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
[C#]
bool GetJobResult(
   long jobID,
   IFMETransformationResult result
);

Parameters

jobID
The job ID of the result to get.
result
Used to hold the job result.

Return Value

Returns true if the job results are ready, otherwise returns false.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionInternal FME Server exception occurred, or input parameter is a null reference (Nothing in Visual Basic).

See Also

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