start#
- ACPInstance.start(timeout=None)#
Start the product instance.
- Parameters:
timeout (float | None) – Timeout to wait until ACP responds. If
None
is specified, the check that ACP has started is skipped.- Raises:
RuntimeError – If the instance is already in the started state.
RuntimeError – If the instance does not allow manual starting.