enum EReadyState

int32 EReadyState {kReadyStateUninitialized = 0x00, kReadyStateLoading = 0x01, kReadyStateInteractive = 0x02, kReadyStateComplete = 0x03}

Basis Typ

Werte

One of these states is returned by the readyState property which tells the current state of the document.