I had a hard time in understanding the following question(s):

Q: Examine this series of commands:

alter database recover managed standby database cancel;
alter database open read only;
alter database recover managed standby database;

At which point in time will the redo log files start?

The Answer is: from the point when sustained recovery was cancelled.

Can someone explain the question in more details?
Thanks a lot!