TibrvEvent::isValid()
Method
Declaration
tibrv_bool isValid() const;
                Purpose
Test whether an event has been destroyed.
Remarks
This method returns TIBRV_FALSE if it has been destroyed (using the destroy method); TIBRV_TRUE otherwise.
Notice that TibrvEvent::destroy() invalidates the event immediately, even though active callback methods may continue to run.