check# ACPInstance.check(timeout=None)# Check if the ACP instance is running. Parameters: timeout (float | None) – Time to wait for the ACP instance to respond, in seconds. Note that there is no guarantee that check returns within this time. Instead, this parameter is used as a hint to the underlying implementation. Return type: bool