This method is usefull if you want to check if the current session is active or not (or when it has been started/stopped). Example:
status = session.status()

Returns

SessionResponse: The current status information of the session.

Raises

  • ValueError: If the session hasn’t been started yet (no session_id available).