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