If this is some sort of coding question i coded my own projects and whenever i had to find out when the game ended i simply let my application check if the LoL game window is still open, that window closes itself automatically after ~10 seconds when displaying the victory/defeat screen.
Detecting if the League game window exists does the job for me. Hope that answers your question.
|