isObjectFrozen(object: Object): Boolean;
The isObjectFrozen method of the Object class returns true if the volatility state of the object specified in the object parameter is frozen (that is, cannot be updated).
A frozen object can be updated only by first changing its volatility to Volatility_Stable or Volatility_Volatile.