FME Server .NET API

IFMETransformationManager.GetJob Method 

Gets the job information for the specified job ID.

[Visual Basic]
Function GetJob( _
   ByVal jobID As Long _
) As Safe.FMEServer.API.IFMEJob
[C#]
IFMEJob GetJob(
   long jobID
);

Parameters

jobID
the ID of the job whose result information is to be fetched

Return Value

the IFMEJob object if the job information is available otherwise null is returned.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Server exception occurred

See Also

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