Skip to main content

mark_sent

AsyncMethod
This is a method of the OutboundDeliveryProtocol class in the protocols module.
Mark a message as successfully sent.

Signature

Parameters

str
required
The entry key returned by enqueue()

Returns

bool
True if marked successfully, False if not found

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 1499