Whether this announcement is waiting for a certain time to pass. */
| 87 | |
| 88 | /** Whether this announcement is waiting for a certain time to pass. */ |
| 89 | bool IsWaiting() const |
| 90 | { |
| 91 | return GetState() == State::REQUESTED || GetState() == State::CANDIDATE_DELAYED; |
| 92 | } |
| 93 | |
| 94 | /** Whether this announcement can feasibly be selected if the current IsSelected() one disappears. */ |
| 95 | bool IsSelectable() const |
no outgoing calls
no test coverage detected