FME Server .NET API

IFMETransformationResult.ServiceSuccess Property

The success or failure of the FME Server operation. The state indicated by this boolean is described by ServiceMsg.

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