Table of Contents

TTMSMCPTaskStatusHelper Record

Converts a task state between its enumerated form and the name used on the wire, and tells final states apart from states the operation can still move out of.

API unit family: TMS.MCP.Tasks

Syntax

TTMSMCPTaskStatusHelper = record

Methods

Name Description
FromString Converts a protocol state name into the matching value.
IsTerminal Indicates whether this state is final.
ToString Returns the protocol name of this state.