Server Shutdown

Stops an Unwired Server instance.

Syntax

void stop() throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples

  • Shutdown
    supServer.stop();