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