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

Add add-on to execute multiple commands in order #21

Open
TimJentzsch opened this issue Jan 11, 2024 · 0 comments
Open

Add add-on to execute multiple commands in order #21

TimJentzsch opened this issue Jan 11, 2024 · 0 comments
Labels
add-on Components that modify the behavior of the commands enhancement New feature or request

Comments

@TimJentzsch
Copy link
Collaborator

Add a new component which takes a list of LocalCommand and will execute them in order.
Once a command has been completed, the next one will be started.

The user then only has to spawn this component (without an additional LocalCommand) and the add-on will take care of spawning the initial LocalCommand and handling the continuation.

An event should be emitted when the whole chain has been completed.

@TimJentzsch TimJentzsch added enhancement New feature or request add-on Components that modify the behavior of the commands labels Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-on Components that modify the behavior of the commands enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant