The SharedObjectFlushStatus class provides values for the code returned from a call to the SharedObject.flush() method.

Variables

@:value(cast 0)@:impl@:enuminlineread onlyFLUSHED:SharedObjectFlushStatus = 0

Indicates that the flush completed successfully.

@:value(cast 1)@:impl@:enuminlineread onlyPENDING:SharedObjectFlushStatus = 1

Indicates that the user is being prompted to increase disk space for the shared object before the flush can occur.