synchronized


Description:

[ NoAccessorMethod ]
public bool synchronized { get; }

Boolean property defining whether or not the model has synchronized with its peers (if any) yet.

You should not modify a SharedModel that is not synchronized. Before modifying the model in any way (except calling set_schema) you should wait for it to become synchronized.