Screen.End

Screen.End ( 

 )

Description

Jumps to the end of the current screen list and starts the next stage in the patch.

For example, if you created this action on one of the Before Patching screens, the patch would skip any Before Patching screens that follow it and start executing the actions on the On Pre Patch actions tab, which is the next patch stage.

Parameters

None.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions