READYSTATE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class READYSTATE
public enum class READYSTATE
enum READYSTATE
public enum READYSTATE
type READYSTATE =
Public Enum READYSTATE
- Inheritance
-
READYSTATE
Fields
Name | Value | Description |
---|---|---|
READYSTATE_UNINITIALIZED | 0 | |
READYSTATE_LOADING | 1 | |
READYSTATE_LOADED | 2 | |
READYSTATE_INTERACTIVE | 3 | |
READYSTATE_COMPLETE | 4 |