FME Server .NET API

IFMEScheduleManager.RemoveTask Method 

Removes the scheduled task.

[Visual Basic]
Function RemoveTask( _
   ByVal category As String, _
   ByVal name As String _
) As Boolean
[C#]
bool RemoveTask(
   string category,
   string name
);

Parameters

category
the task category
name
the task name

Return Value

true if task existed and was removed, otherwise false if task did not exist.

Exceptions

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

See Also

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