Called on
auth.batch Source
src/ksef2/services/batch.py:342 Generated from async source src/ksef2/services/async_batch.py auth.batch.wait_for_completion(*, session: str | BatchSessionState | BatchSessionClient, timeout: float = 120.0, poll_interval: float = 2.0) -> SessionStatusResponseReturns
SessionStatusResponse Parameters
session str | BatchSessionState | BatchSessionClient timeout float poll_interval float Called on
auth.batch Source
src/ksef2/services/async_batch.py:344 Authored source await auth.batch.wait_for_completion(*, session: str | BatchSessionState | AsyncBatchSessionClient, timeout: float = 120.0, poll_interval: float = 2.0) -> SessionStatusResponseReturns
SessionStatusResponse Parameters
session str | BatchSessionState | AsyncBatchSessionClient timeout float poll_interval float