FME Server .NET API

IFMETransformationResult.TimeStarted Property

The date and time when the transformation request was pulled from the FME Server job queue and sent to an FME Engine for processing.

[Visual Basic]
Property TimeStarted As String
[C#]
string TimeStarted {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