Qiskit / qiskit-serverless

A programming model for leveraging quantum and classical resources
https://qiskit.github.io/qiskit-serverless/
Apache License 2.0
68 stars 31 forks source link

Docs: Document wait parameter from run #1461

Open Tansito opened 3 months ago

Tansito commented 3 months ago

What is the expected enhancement?

With the current integration process some providers are interested to setup save_result in different steps of the execution. Due to this the user would be able to do result(wait=False) any time to check the current status of the execution.

This functionality exists but is not documented so it would be nice to mention it in some entry of the documentation.