FME Server .NET API

IFMETransformationManager.ScheduleJob Method (IFMETransformationRequest, Int64)

Schedule a job to be run at the specified time.

[Visual Basic]
Function ScheduleJob( _
   ByVal request As Safe.FMEServer.API.IFMETransformationRequest, _
   ByVal secondsFromNow As Long _
) As Long
[C#]
long ScheduleJob(
   IFMETransformationRequest request,
   long secondsFromNow
);

Parameters

request
A valid FME translation request.
secondsFromNow
Number of seconds from the current time that the job should be scheduled to run.

Return Value

Returns the job ID of the scheduled job.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionInternal FME Server exception occurred, or input parameter is a null reference (Nothing in Visual Basic).

See Also

IFMETransformationManager Interface | IFMETransformationManager Members | Safe.FMEServer.API Namespace | IFMETransformationManager.ScheduleJob Overload List