Connection.partiallySent

Whether the first item from each queue has been partially sent (and thus can't be canceled).

class Connection
protected
bool[MAX_PRIORITY + 1] partiallySent;

Meta