Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

PausableMock

Inherits: Pausable

State Variables

drasticMeasureTaken

bool public drasticMeasureTaken;

count

uint256 public count;

Functions

constructor

constructor();

normalProcess

function normalProcess() external whenNotPaused;

drasticMeasure

function drasticMeasure() external whenPaused;

pause

function pause() external;

unpause

function unpause() external;