Updates
The updates client provides a real-time event stream for your organization. Use it to react to runtime state changes, operation completions, and other events without polling.
Access via bctrl.updates.
stream(signal?)
Subscribe to a real-time event stream. Returns an async generator that yields events as they occur.
Returns AsyncGenerator<UpdateEvent> — yields events until the stream ends or is aborted.
The stream uses Server-Sent Events (SSE) under the hood, with automatic reconnection.

