Trigger sideeffect when autocompletion is initiated

I am using the autocomplete extension and want to trigger a side effect when the autocompletion is initiated (i.e. the autocompletion popover is opened). How can I do that?

You could observe view updates and see when the completion status changes to active from another state.