Screen start and open

What is the difference between screen open and screen start
I read the docs but couldn’t figure out the difference.

Short answer: at screen starts it executes when a screen is first time opened.
At screen opens, it executes everytime when that screen is accessed (opened).

thanks!