set_ready

Description

Puts the server that you have connected to into ready mode.

Syntax

Local mode support: No.

Command line:

set_ready connect-args

Where connect-args is a list of arguments to connect to the server, as specified in “Using connected mode”.

Ant build file:

<jag_set_ready />

Returns

Return value

Indicates

0

The command ran successfully; the result is true/success.

1

The command ran successfully; the result is false/failure.

2

The command did not run successfully; an exception was thrown.

Examples

Example 1

This example puts the server into ready mode after being in admin mode.

See also

set_admin, “Using Admin mode”