AppProgressEvent
ProgressEvent is emitted when a potentially long-running engine process is in progress.
Properties
typeenum requiredThe type of process (e.g. plugin download, plugin install).Values:plugin-download,plugin-installidstring requiredA unique identifier for the process.messagestring requiredA message accompanying the process.receivedinteger requiredThe number of items completed so far (e.g. bytes received, items installed, etc.)totalinteger requiredThe total number of items that must be completed.doneboolean requiredTrue if and only if the process has completed.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.