FME Server .NET API

IFMEJob Members

Public Instance Properties

DateDelivered The date the job results are delivered to the client.
DateFinished The date when the job has finished being processed.
DateQueued The date when the job is submitted to the request queue.
DateRequested The date to run this job.
DateStarted The date when job is started being processed by an FME Engine.
DateSubmitted The date when the job is received from a client and submitted by the transformation manager.
Description The description of the job.
FMEEngineHost The host name of the FME Engine that processed the job.
FMEEngineName The instance name of the FME Engine that processed the job.
ID The unique job identifier.
JobStatus The job status.
Request The original request string.
TransformationRequest The transformation request.
TransformationResult The transformation result.

See Also

IFMEJob Interface | Safe.FMEServer.API Namespace