namespace IStation { internal sealed partial class SharedMemoryCache { /// /// Returns the current state /// /// Returns true if the wipe operation is currently being executed internal bool IsWiping() { return this._isWiping; } } }