ITMSMCPCustomCloudImageAI.IsRequestPending Method
Reports whether a polled response indicates that the request is still being processed.
API unit family: TMS.MCP.CloudImageAI
Declaring type: ITMSMCPCustomCloudImageAI
Syntax
function IsRequestPending(const ARequestResult: TJSONValue): Boolean;
Remarks
Only consulted when the result is not yet complete. Implementations that never poll return False.
Parameters
| Name | Description |
|---|---|
ARequestResult |
Parsed response body of the poll request. |
Returns
True when the caller should poll again; False when it should not.