- Procedure GMP::Event::Delete(Event)
GMP::Event::Delete
The procedure GMP::Event::Delete
deletes an event.
GMP::Event::Delete(
Event ! (input) an event
)
Arguments
- Event
An element in the set
AllGMPEvents
.
Return Value
The procedure returns 1 on success, or 0 otherwise.
See also
- The routines
GMP::Event::Create
,GMP::Event::Reset
andGMP::Event::Set
, and Synchronization Events of the Language Reference.