def get_operation_status(self, operation_handle): req = TGetOperationStatusReq(operationHandle=operation_handle) return self.call(self._client.GetOperationStatus, req)
def query_state(self, operation_handle): req = TGetOperationStatusReq(operation_handle) res = self._client.GetOperationStatus(req) return res