AsyncTask: added newline

This commit is contained in:
Dylan K. Taylor 2021-09-27 13:53:30 +01:00
parent b3e8314b9f
commit c931c52617
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -129,6 +129,7 @@ abstract class AsyncTask extends \Threaded{
public function cancelRun() : void{ public function cancelRun() : void{
$this->cancelRun = true; $this->cancelRun = true;
} }
public function hasCancelledRun() : bool{ public function hasCancelledRun() : bool{
return $this->cancelRun; return $this->cancelRun;
} }