ExecEventRestartActionParams Object
Description
Information on actions to be taken during restart after completion of a test set.
Remarks
An ExecEventRestartActionParams object can be returned from ExecSettings.OnExecEventSchedulerActionParams, depending on the input arguments.
Public Properties
Public Property CleanupTestThe test ID of the test to run before each rerun.
Public Property NumberOfRetriesThe number of retries if a test fails.
Public Property OnExecEventSchedulerActionThe action to be taken.
See Also