Is there any location ansible async task stores the result for further verification?

Hi Folks,

I’m trying to run hour long script through ansible which will take more then one hour on the remote machine to finish and i dont want ansible to wait for that I have defined async variable for the task and its coming out in 10second

I’m curious to know whether ansible can store the final execution result in some location for further reference?