FME Server .NET API

IFMETransformationResult.TransformationSuccess Property

The success of this transformation request: true if JobStatus == SUCCESS, false otherwise.

[Visual Basic]
Property TransformationSuccess As Boolean
[C#]
bool TransformationSuccess {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