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 Control returns immediately to the caller.
Declaration Syntax
public static CommandAsyncResult InvokeAsync(string AdditionalActions)
Parameters
- 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.