Removes the scheduled task.
[Visual Basic]
Function RemoveTask( _
ByVal category As String, _
ByVal name As String _
) As Boolean
true if task existed and was removed, otherwise false if task did not exist.
Exception Type | Condition |
---|---|
Safe.FMEServer.API.FMEServerException | if a FME Repository exception occurred |
IFMEScheduleManager Interface | IFMEScheduleManager Members | Safe.FMEServer.API.Schedule Namespace