interface Pausable

Methods

void
pause()

Pause the process.

void
continue()

Instruct the process to continue working.

Details

at line 12
void pause()

Pause the process.

Return Value

void

at line 17
void continue()

Instruct the process to continue working.

Return Value

void