request


Description:

public signal void request (string request, bool echo_on)

Emitted when the user is requested to answer a question.

When the response has been collected from the user, call response.

Parameters:

request

The request to show the user, e.g. "name: " or "password: ".

echo_on

true if the response to the request SHOULD be echoed on the screen, false if the response MUST NOT be echoed to the screen.