class documentation

class UnfinishedRequestStatus(Enum): (source)

View In Hierarchy

Sentinels used to represent a request that hasn't completed yet.

Constant INITIALIZED Request has been initialized but not yet sent.
Constant SENT Request has been sent but not yet completed.
INITIALIZED: int = (source)

Request has been initialized but not yet sent.

Value
1

Request has been sent but not yet completed.

Value
2