Skip to content

Activity now sets _running flag to false when it finishes or throws.#4748

Merged
aleks-f merged 1 commit intopocoproject:mainfrom
nitram96:main
Oct 30, 2024
Merged

Activity now sets _running flag to false when it finishes or throws.#4748
aleks-f merged 1 commit intopocoproject:mainfrom
nitram96:main

Conversation

@nitram96
Copy link
Copy Markdown
Contributor

Activity _running flag is now set to false when the activity finishes or throws, previously it was only set if wait had been called. which meant that an activity that had either finished, or thrown would return true from IsRunning function despite not running. Also added a test for this scenario.

Activity _running flag is now set to false when the activity finishes or throws, previously it was only set if wait had been called. Added test for this scenario
@aleks-f aleks-f added this to the Release 1.14.0 milestone Oct 30, 2024
@aleks-f aleks-f merged commit 6dadf9a into pocoproject:main Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants