Ejemplo n.º 1
0
 def get_operation_status(self, operation_handle):
   req = TGetOperationStatusReq(operationHandle=operation_handle)
   return self.call(self._client.GetOperationStatus, req)
Ejemplo n.º 2
0
 def query_state(self, operation_handle):
     req = TGetOperationStatusReq(operation_handle)
     res = self._client.GetOperationStatus(req)
     return res