adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
530 stars 127 forks source link

adding .paused() as a property #287

Closed MuriloMir closed 3 years ago

MuriloMir commented 3 years ago

I have just added .paused() as a property to SampleController because it has .finished(), to tell if it's been stopped, but it has none to tell if it has been paused

adamdruppe commented 3 years ago

nice. i don't remember why i didn't do that originally!