MCPcopy Create free account
hub / github.com/github/copilot-sdk / SessionBackgroundEvent

Class SessionBackgroundEvent

python/copilot/client.py:970–973  ·  view source on GitHub ↗

Emitted when a session moves to the background (TUI+server mode).

Source from the content-addressed store, hash-verified

968
969@dataclass
970class SessionBackgroundEvent(SessionLifecycleEventBase):
971 """Emitted when a session moves to the background (TUI+server mode)."""
972
973 type: ClassVar[Literal["session.background"]] = "session.background"
974
975
976SessionLifecycleEvent = (

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…