The goog.ui.AbstractSpellChecker.AsyncResult Enum

goog.ui.AbstractSpellChecker.AsyncResult

Constants for the result of asynchronous processing.

@enum
{number}

.DONE

Current element has been fully processed. Caller can call processTextAsync or finishAsyncProcessing.

.PENDING

Caller must reschedule operation and call continueAsyncProcessing on the new stack frame.