- Procedure GMP::Event::Reset(Event)
GMP::Event::Reset
The procedure GMP::Event::Reset
resets an event.
GMP::Event::Reset(
Event ! (input) an event
)
Arguments
- Event
An element in the set
AllGMPEvents
.
Return Value
The procedure returns 1 on success, or 0 otherwise.
Note
The state of the event will be reset to the state just after creating the event.
See also
- The routines
GMP::Event::Create
,GMP::Event::Delete
andGMP::Event::Reset
, and Synchronization Events of the Language Reference.