I am new to the simulated proof and am a little bit confused about the abort in the simulation.
When the real-time protocol abort, I assume that the ideal process should also abort? Does this mean that the simulator would first observe the result of real-time protocol, then decides what to run to reach abortion?
Sorry, it may be a little bit vague in my description; here is a example:
When the simulator first waits the real-time protocol to finish and generate the result, if the result is aborted, then the simulator prepares its message sending to the ideal function, letting the ideal function abort.
Is it something like this way, or I got it wrong?