isObjectVolatile

isObjectVolatile(object: Object): Boolean;

The isObjectVolatile method of the Object class returns true if the volatility state of the object specified in the object parameter is volatile (that is, it is often updated, and is locked and unlocked in the usual way).