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

Progress indicator #10

Open
sohidaka opened this issue Jan 25, 2017 · 2 comments
Open

Progress indicator #10

sohidaka opened this issue Jan 25, 2017 · 2 comments
Assignees
Milestone

Comments

@sohidaka
Copy link
Collaborator

When forward/backward transformation takes long, progress indicator would help to estimate the response time.

@massimotisi massimotisi modified the milestones: v0.4, v0.3 Jan 25, 2017
@massimotisi
Copy link
Contributor

A possible solution would be to divide forward transformation in two tasks with two progress monitors: 1) Executing forward transformation (that terminates fast and returns the target model to the user), 2) Preparing backward transformations (that is longer in background).

@yvrng
Copy link
Contributor

yvrng commented Jan 26, 2017

A ProgressMonitor is available in the Context that is transmitted across the different tasks. It can be retrieve with the Context.monitor() method.
Some comments have been added, but others are still missing or incomplete.

@massimotisi massimotisi modified the milestones: v0.4, v0.3 Feb 21, 2017
@yvrng yvrng removed their assignment Sep 23, 2024
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

No branches or pull requests

3 participants