Table of Contents

TTMSMCPCustomServer.GetTask Method

Looks up a task by identifier.

API unit family: TMS.MCP.Server Declaring type: TTMSMCPCustomServer

Syntax

function GetTask(const ATaskId: string): TTMSMCPTask;

Parameters

Name Description
ATaskId Identifier to look up.

Returns

The task, or nil when no task with that identifier exists.