ManualReset Property (AEvent)

Returns or sets whether the object is a manual event.

Syntax

Object.ManualReset [ = bManualReset ]

The ManualReset method syntax has the following parts:

 

Name

Type

Description

Object

AEvent

AEvent object

bManualReset

Bool

A boolean expression that specifies whether the object is a manual event.

Where

bManualReset can be one of the following:

 

Value

Description

True *

The AEvent object is a manual event.

False

The AEvent object is not a manual event.

Example

The following statement sets the AEvent object to be not a manual event:

event1.ManualReset=False

Applies to

AEvent

See Also

PulseEvent, ResetEvent, SetEvent