PreloadScriptState Enumeration |
Specifies the load and evaluation state of a preload script.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public enum PreloadScriptState
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The preload script is in an uknown state.
|
| Loading | 1 |
The Runtime has started loading the preload script.
|
| LoadFailed | 2 |
The preload script has failed to load.
|
| Loaded | 3 |
The preload script has loaded successfully.
|
| EvaluationFailed | 4 |
The preload script failed to evaluate.
|
| Evaluated | 5 |
The preload script was evaluated successfully.
|
See Also