rad  3.0.0
Static Public Attributes | List of all members
scxml4py.event.EventStatus Class Reference
Inheritance diagram for scxml4py.event.EventStatus:

Static Public Attributes

int TOBEPROCESSED = 0
 
int PROCESSED = 1
 
int IGNORED = 2
 
int REJECTED = 3
 
int DEFERRED = 4
 

Member Data Documentation

◆ DEFERRED

int scxml4py.event.EventStatus.DEFERRED = 4
static

◆ IGNORED

int scxml4py.event.EventStatus.IGNORED = 2
static

◆ PROCESSED

int scxml4py.event.EventStatus.PROCESSED = 1
static

◆ REJECTED

int scxml4py.event.EventStatus.REJECTED = 3
static

◆ TOBEPROCESSED

int scxml4py.event.EventStatus.TOBEPROCESSED = 0
static

The documentation for this class was generated from the following file: