Constants

This is a reserved event ID that specifies any event.
OMEventAnyEventId

It is defined is as follows:
const short OMEventAnyEventId = -4;

OMCancelledEventId

This is a reserved event ID that specifies a canceled event (an event that is not sent to its destination).

It is defined as follows:
const short OMEventCancelledEventId = -3;

OMEventNullId

This is a reserved event ID used to consume null transitions. It is defined as follows:
const short OMEventNullId = -1;

OMEventStartBehaviorId

This is a reserved event ID used for OMStartBehavior events.

It is defined as follows:
const short OMEventStartBehaviorId = -5;

OMEventOXEndEventId

This is a reserved event ID used to cleanly close the framework when a COM server that uses the framework DLL is deleted.

It is defined as follows:
const short OMEventOXFEndEventId = -6;

OMEventTimeId

This is a reserved event ID used for timeouts.

It is defined as follows:
const short OMEventTimeoutId = -2;


Feedback