Screen.Jump

Screen.Jump ( 

string ScreenName )

Description

Jumps to a specific screen in your patch given a screen name.

Note: This action can be used to jump forward or backward in the patch, however the target screen must be located in the current screen list. For example, if your current screen is located in the Before Patching list, the target screen must also be located in that list. You cannot just from a Before Patching screen to an After Patching screen.

Parameters

ScreenName

(string) The name of the screen you want to jump to.

Returns

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

See also:  Related Actions