isSolutionPlay

private var isSolutionPlay: Boolean = false

true if the solution walkthrough resumes playing (after being paused); false, otherwise (that is, if the solution walkthrough is currently paused).

This solution refers to the one found by the app via the A* algorithm implemented in SolveUtil.