Retrieves an existing automatic task.

Namespace: Sdl.ProjectAutomation.FileBased
Assembly: Sdl.ProjectAutomation.FileBased (in Sdl.ProjectAutomation.FileBased.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public AutomaticTask GetAutomaticTask(
	Guid automaticTaskId
)
Visual Basic
Public Function GetAutomaticTask ( _
	automaticTaskId As Guid _
) As AutomaticTask
Visual C++
public:
virtual AutomaticTask^ GetAutomaticTask(
	Guid automaticTaskId
) sealed

Parameters

automaticTaskId
Type: System..::..Guid
The ID of the automatic task.

Return Value

The automatic task.

Implements

IProject..::..GetAutomaticTask(Guid)

See Also