pause method

int pause(
  1. int client
)

Implementation

int pause(int client) {
  return _pause(client);
}