isExecuted

abstract fun isExecuted(): Boolean

Returns true if this call has been either executed or enqueued. It is an error to execute or enqueue a call more than once.

Return

true if this call has been executed, false otherwise