Enumeration ProcessMessageResultType

Enumeration Members

EntityDeleted: 7

Entity should be deleted.

State

CHANGE.

Reason

the state is storing old entities

EntityWasDeleted: 6

Entity was previously deleted.

State

it does NOT CHANGE.

Reason

The message is considered old.

NoChanges: 3

Weird message, same timestamp and data.

State

it does NOT CHANGE.

Reason

consistent state between peers.

StateOutdatedData: 4

Less but typical message, same timestamp, resolution by data.

State

it does NOT CHANGE.

Reason

incoming message has a LOWER data.

StateOutdatedTimestamp: 2

Typical message when it is considered old.

State

it does NOT CHANGE.

Reason

incoming message has a timestamp lower.

StateUpdatedData: 5

Less but typical message, same timestamp, resolution by data.

State

CHANGE.

Reason

incoming message has a GREATER data.

StateUpdatedTimestamp: 1

Typical message and new state set.

State

CHANGE

Reason

Incoming message has a timestamp greater