wait method

void wait(
  1. int duration
)

Implementation

void wait(int duration) {
  return openjtalkWait(this, duration);
}