FME Server .NET API

IFMETransformationResult.ResultSuccess Property

The success value reported by the FME Server.

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