When you write a VS addin that proffers menu items to VS, it calls your QueryStatus
implementation to check whether your menu items should be visible, enabled, etc.
My menu items are not appropriate to run during certain situations, e.g. when a build is happening. How do I detect whether there's a build running?