Returns or sets whether the object is a manual event.
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. |
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. |
The following statement sets the AEvent object to be not a manual event:
event1.ManualReset=False