Reset Method (ATask)

Restores the task's tests' properties to their original values.

Syntax

Object.Reset()

The Reset method syntax has the following parts:

 

Name

Type

Description

Object

ATask

ATask object

Example

The following statement restores the test properties to their original design time values for all tests in the "PowerSupply" task in the current program:

Program.Tests("PowerSupply").Reset

Applies to

ATask