Call.isExecuted

Returns true if this call has been either {@linkplain #execute() executed} or {@linkplain #enqueue(Callback) enqueued}. It is an error to execute a call more than once.

interface Call
bool
isExecuted
()

Meta