Skip to content

Lambda  >  Structures  >  CheckpointUpdatedExecutionState

CheckpointUpdatedExecutionState

Structure Class

CheckpointUpdatedExecutionState dataclass

Contains operations that have been updated since the last checkpoint, such as completed asynchronous work like timers or callbacks.

Attributes

next_marker class-attribute instance-attribute
next_marker: str | None = None

Indicates that more results are available. Use this value in a subsequent call to retrieve the next page of results.

operations class-attribute instance-attribute
operations: list[Operation] | None = None

A list of operations that have been updated since the last checkpoint.