marrus-sh / laboratory

An API framework for interfacing with Mastodon servers
MIT License
3 stars 0 forks source link

Add State to Requests #38

Open marrus-sh opened 7 years ago

marrus-sh commented 7 years ago

It'd be great to have a Request.State enumeral with the values

STOPPED: 0
RUNNING: 1

so that you can do eg do request.stop if request.state