TTMSMCPTaskStatusHelper.IsTerminal Method
Indicates whether this state is final.
API unit family: TMS.MCP.Tasks
Declaring type: TTMSMCPTaskStatusHelper
Syntax
function IsTerminal: Boolean;
Remarks
A task that has reached a final state must not move to any other state, so an update applied to such a task is ignored rather than rejected.
Returns
True for tsCompleted, tsFailed and tsCancelled; False while the operation can still make progress.