restore method

void restore()
inherited

Restore this measure to its original value before adapt was called.

Note that the adapt/restore mechanism only supports one cycle, i.e multiple adaptation followed by multiple restoration is not supported.

Implementation

void restore() {
  enabled = _storedEnabled;
}