Table of Contents

TTMSMCPTask.Status Property

Current lifecycle state of the task. Starts out as tsWorking.

API unit family: TMS.MCP.Tasks Declaring type: TTMSMCPTask Type: TTMSMCPTaskStatus

Syntax

property Status: TTMSMCPTaskStatus;

Remarks

Assigning a value also refreshes TTMSMCPTask.LastUpdatedAt. Prefer TTMSMCPTaskRegistry.UpdateTaskStatus, which additionally refuses to move a task that has already finished and wakes the callers waiting on it.