isSlowingEnabled method

bool isSlowingEnabled()

Inquiry method that checks if the slowing algorithm is enabled or not.

Returns Whether the slowing algorithm is enabled or not.

Implementation

bool isSlowingEnabled() {
  return _slowingEnabled;
}