Server Shutdown

Stops an Unwired Server instance.

Syntax

void SUPServer.stop()

Returns

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

Examples

  • Shutdown
    supServer.stop();