FME Server .NET API

IFMETransformationResult.TimeFinished Property

The date and time when the transformation result was received from an FME Engine and placed in the FME Server job result queue.

[Visual Basic]
Property TimeFinished As String
[C#]
string TimeFinished {get;}

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionThe value could not be parsed from the FME Server response string.

See Also

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