Execution.RestartEx

Syntax

Execution.RestartEx( restartOptionsParam)

Purpose

Restarts a completed execution.

Remarks

Use this method instead of the Execution.Restart method when you require the new functionality the RestartOptions constants provide. For example, use this method if you need to restart an execution created as non-restartable.

Parameters

restartOptionsParam As Long

[In] Specifies which RestartOptions to use. You can specify more than one RestartOption by combining the constants using the bitwise-OR operator.

See Also

Execution.RestartWithNewArguments

RestartOptions