Skip to content

Could Compute operation emit 'running' event? #1109

@tnptop

Description

@tnptop

It seems that the operation object can only emit 'complete' and 'error' events. I think it would be great if the object could also emit 'running' or similar event that indicate the 'RUNNING' status in all Operation resources.
A use case example for that feature is to show users that the instance is in the process of creation. It can be done manually by the method similar toOperation.prototype.startPolling_ but since there already is the function for that job, it should not be re-implemented.

Metadata

Metadata

Assignees

Labels

api: computeIssues related to the Compute Engine API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions