Table of Contents

IsGenericAsyncResponseAvailable

Use this method to check whether the server has finished executing a task that was sent to it using the ExecuteGenericAsyncRequest method.

If this method returns true, you can use the GetGenericAsyncResponse method to retrieve the result.

Input

Item Format Description
ticket String The ticket that was returned by the ExecuteGenericAsyncRequest method.

Output

Item Format Description
IsGenericAsyncResponseAvailableResult Boolean Whether the server has finished executing the task associated with the specified ticket.