You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Send a generic status response about the state of server, MATLAB, MATLAB Licensing and the client session status.
103
102
104
103
Args:
105
104
app (aiohttp.web.Application): Web Server
106
105
loadUrl (String, optional): Represents the root URL. Defaults to None.
107
-
client_id (String, optional): Represents the unique client_id when concurrency check is enabled. Defaults to None.
108
-
transfer_session (Boolean, optional): Represents whether the connection should be transfered or not when concurrency check is enabled. Defaults to False.
109
-
is_desktop (Boolean, optional): Represents whether the request is made by the desktop app or some other kernel. Defaults to False.
106
+
client_id (String, optional): Represents the generated client_id when concurrency check is enabled and client does not have a client_id. Defaults to None.
107
+
is_active_client (Boolean, optional): Represents whether the current client is the active_client when concurrency check is enabled. Defaults to None.
110
108
111
109
Returns:
112
110
JSONResponse: A JSONResponse object containing the generic state of the server, MATLAB, MATLAB Licensing and the client session status.
0 commit comments