FME Server .NET API

IFMETransformationManager.LogFileExists Method 

Checks if log file exists for the specified job ID.

[Visual Basic]
Function LogFileExists( _
   ByVal jobID As Long _
) As Boolean
[C#]
bool LogFileExists(
   long jobID
);

Parameters

jobID
the ID of the job whose log file is to be fetched

Return Value

true if log file exists, otherwise false if log file does not exist

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Server exception occurred

See Also

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