FME Server .NET API

IFMEScheduleManager.GetTask Method 

Gets the scheduled task.

[Visual Basic]
Function GetTask( _
   ByVal category As String, _
   ByVal name As String _
) As Safe.FMEServer.API.Schedule.IFMETask
[C#]
IFMETask GetTask(
   string category,
   string name
);

Parameters

category
the task category
name
name the task name

Return Value

a new IFMETask instance.

Exceptions

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

See Also

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