Graphisoft®

GSRootVersion: 1.0

Event::Status Enum

Status of the event.

enum Status
{
    Unprocessed,
    Processed
};

Value Definitions

Unprocessed
Event is not processed.
Processed
Event is processed.

Description

This enum represents status of the event, describes whether is the event processed.