FME Server .NET API

IFMEScheduleManager.UpdateTask Method 

Updates the scheduled task.

[Visual Basic]
Sub UpdateTask( _
   ByVal task As Safe.FMEServer.API.Schedule.IFMETask _
)
[C#]
void UpdateTask(
   IFMETask task
);

Parameters

task
the scheduled task

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Repository exception occurred

See Also

IFMEScheduleManager Interface | IFMEScheduleManager Members | Safe.FMEServer.API.Schedule Namespace