Skip to content
Stanislav Koshutsky edited this page Mar 20, 2017 · 2 revisions

It is a Thread with two fields:

public boolean isStopped;
public boolean isPaused;

which could be used inside Run method to decide if thread should continue executing.

Clone this wiki locally