TTMSFNCCloudAI.CheckStatus Method
Checks the status of the current assistant run.
API unit family: TMSFNCCloudAI
Declaring type: TTMSFNCCloudAI
Overloads
Overload 1
Checks the status of the current assistant run.
procedure CheckStatus(const AComplete: TTMSFNCCloudAIRunEvent = nil); overload;
Parameters
| Name | Description |
|---|---|
AComplete |
Optional callback invoked when the run completes. |
Overload 2
Checks the status of an assistant run for a specific thread.
procedure CheckStatus(const AThreadID: string; const AComplete: TTMSFNCCloudAIRunEvent = nil); overload;
Parameters
| Name | Description |
|---|---|
AThreadID |
Identifier of the thread whose run status is checked. |
AComplete |
Optional callback invoked when the run completes. |