InvokeAndWait(InvokeConfiguration, string)

Command which will execute the current step of the current wizard and then load up the next step. This is synonymous as invoking the 'Next' button on the step panel. This command requires the UI, is not supported in batch mode The caller is blocked until execution finishes. Use this form for more control over the way the command/query is invoked.

Declaration Syntax

public static void InvokeAndWait(InvokeConfiguration invokeConfiguration, string AdditionalActions)

Parameters

invokeConfiguration(InvokeConfiguration)

Object containing configuration information to specify how the invoke should occur.

AdditionalActions(string)

The additonal actions that should take place before performing the actions associated with the 'Next' button. Supported actions include path to other buttons defined in the step, separated by commas. This parameter is optional, pass a value or null.