execute method

IBatchCompletionState execute(
  1. IStatus status,
  2. ITransaction transaction
)

Implementation

IBatchCompletionState execute(IStatus status, ITransaction transaction) {
  final res = _execute(self, status.self, transaction.self);
  status.checkStatus();
  return IBatchCompletionState(res);
}