ActiveSession.terminate()¶
- ActiveSession.terminate()
Bound method terminate of
ActiveSession.Use as a shortcut for:
await client.reset_session(session_id)
Example
await session.terminate()
- Returns:
bool– True on success.
Bound method terminate of ActiveSession.
Use as a shortcut for:
await client.reset_session(session_id)
Example
await session.terminate()
bool – True on success.