For the complete documentation index, see llms.txt. This page is also available as Markdown.

wsOpen

⚠️ Not implemented in the current OSL CLI.

Description

wsOpen returns a boolean of whether the websocket connection is open.

Parameters

wsOpen takes no parameters.

Usage

ws_id = "url".newWebsocket()

ws_id.wsOpen()

Last updated