Informs the engine that a user interaction (which was earlier requested by the engine) was performed and indicates the engine what to do next.
public Task InteractDoneAsync( AsyncHandle asyncHandle, int requestId, InteractDef def )
Public Function InteractDoneAsync ( asyncHandle As AsyncHandle, requestId As Integer, def As InteractDef ) As Task