FME Server .NET API

FMEServerJobStatus Enumeration

Represents a FME Server Job status.

[Visual Basic]
Public Enum FMEServerJobStatus
[C#]
public enum FMEServerJobStatus

Members

Member NameDescription
SUBMITTED The job has been received by the FME Server but has not been added to the job queue.
QUEUED The job has been added to the job queue and is waiting for a free FME Engine before it is processed.
DELAYED Deprecated.
PAUSED Deprecated.
IN_PROCESS Deprecated.
DELETED Deprecated.
ABORTED Deprecated.
SUCCESS The job has completed and the FME Engine reported that the transformation was successful.
FME_FAILURE The job has completed, but the FME Engine reported a failure while attempting to run the transformation.
JOB_FAILURE The FME Server could not process the job.
PULLED The job has been pulled from the job queue and is being processed by FME Engine.

Requirements

Namespace: Safe.FMEServer.API Namespace

Assembly: fmeserverapidotnet.dll

See Also

Safe.FMEServer.API Namespace