Provides details on a long running (asynchronous) operation. Some API methods such as for adding new documents to a project are executed asynchronously. The method returns an ID to the user. The user can then periodically poll the system until the operation has terminated.The present record contains such information on an operation.
FORMAT
<ApiAsyncOperation xmlns="http://schemas.datacontract.org/2004/07/Wordbee.Database"> <OperationId>2147483647</OperationId> <Status_>255</Status_> <Title>String content</Title> <ErrorMessage>String content</ErrorMessage> <PersonId>2147483647</PersonId> <CreationDate>1999-05-31T11:20:00</CreationDate> <ExecutionStartDate>1999-05-31T11:20:00</ExecutionStartDate> <ExecutionEndDate>1999-05-31T11:20:00</ExecutionEndDate> <ProgressStatus>String content</ProgressStatus> </ApiAsyncOperation>