Updates the event status both in the application's event store and in the event.
Syntax
public void updateEventStore(CWConnectorEvent eventObject, int status);
Parameters
CWConnectorEventStatus.READY_FOR_POLL CWConnectorEventStatus.IN_PROGRESS CWConnectorEventStatus.SUCCESS CWConnectorEventStatus.UNSUBSCRIBED CWConnectorEventStatus.ERROR_POSTING_EVENT CWConnectorEventStatus.ERROR_OBJECT_NOT_FOUND CWConnectorEventStatus.ERROR_PROCESSING_EVENT
Return values
None.
Exceptions
Notes
The updateEventStatus() method calls setEventStoreStatus() to set the status of the eventObject event to status. It also updates the event status within the eventObject event to status.
See also