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

fix: add eventEmitter on libraryCommand #5788

Closed
wants to merge 5 commits into from

Conversation

peternhale
Copy link
Contributor

What does this PR do?
Adds event emitter "onLibraryCommandCompletion" (accessible via CommandEventDispatcher) that fires a boolean regarding whether a library command succeeded or failed.

What issues does this PR fix or reference?
@W-16420054@

Functionality Before
Before there was no way of knowing if a library command (such as deploy) succeeded or failed.

Functionality After
Consumer can subscribe to onLibraryCommandCompletion event and understand whether command succeeded or failed.

contribution: #5768

@peternhale peternhale requested a review from a team as a code owner August 29, 2024 13:14
@peternhale peternhale changed the title fix: fix: add eventEmitter on libraryCommand Aug 29, 2024
@peternhale peternhale requested a review from daphne-sfdc August 29, 2024 19:04
@peternhale
Copy link
Contributor Author

This PR cannot move forward due to concurrency issues.

@peternhale peternhale closed this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants