executePendingJob method

int executePendingJob()
override

Implementation

int executePendingJob() {
  evaluate('(function(){})();');
  return 0;
}