Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#47): add 'isRunning' getter to know the state of the task #53

Merged
merged 2 commits into from
Jun 16, 2024

Conversation

francescovallone
Copy link
Contributor

@francescovallone francescovallone commented Jun 16, 2024

This PR fixes the #47 issue.
The ScheduleTask now has a isRunning boolean that will return true if the task is running.
I also added the tests for this feature.

Copy link
Contributor

@isoos isoos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please also bump the version and add a changelog line for this?

lib/cron.dart Outdated Show resolved Hide resolved
@francescovallone
Copy link
Contributor Author

Everything should be aligned now. Thank you for the feedback 😄

@francescovallone francescovallone changed the title feat(#47): add 'running' getter to know the state of the task feat(#47): add 'isRunning' getter to know the state of the task Jun 16, 2024
@isoos isoos merged commit d377893 into agilord:master Jun 16, 2024
1 check passed
@isoos
Copy link
Contributor

isoos commented Jun 16, 2024

Thank you! Published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants