//okhttp/okhttp3/Call/isExecuted
isExecuted¶
[common]\ expect abstract fun isExecuted(): Boolean
Returns true if this call has been either execute or enqueued. It is an error to execute a call more than once.
[jvm, nonJvm]\ [jvm, nonJvm]\ actual abstract fun isExecuted(): Boolean