You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In IDEs it is common to show the user some kind of progress of the actual task.
It would be good to have such thing as well for the build API, the idea is that one can acquire a Progress object for some kind of executable object (e.g. a Mojo) and then report progress of the current executing mojo.
The text was updated successfully, but these errors were encountered:
Because a mojo execution can be observed the implementer can use this to automatically get the Mojo requesting progress and thus no passing of the executable object is required at all!
In IDEs it is common to show the user some kind of progress of the actual task.
It would be good to have such thing as well for the build API, the idea is that one can acquire a Progress object for some kind of executable object (e.g. a Mojo) and then report progress of the current executing mojo.
The text was updated successfully, but these errors were encountered: