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
Returns the job ID of the scheduled job.
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | Internal FME Server exception occurred, or input parameter is a null reference (Nothing in Visual Basic). |
IFMETransformationManager Interface | IFMETransformationManager Members | Safe.FMEServer.API Namespace | IFMETransformationManager.ScheduleJob Overload List