Also, reduces confusion when combined with future pull requests.
This is a small change, and possibly seems petty, but it's useful for two reasons:
Principle of least surprise. Waiting can end (and does in the code), but Already Asked for requires a past event that's happened to unhappen. This is confusing.
Later code (which I am hoping gets pulled when finished, such as #1326) uses variables that make sense, and makes the code simpler to understand when used with this renamed mapping.
probably other reasons....