V8PromiseEventKind Enumeration |
Defines
promise lifecycle event kinds.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.1.1
Syntaxpublic enum V8PromiseEventKind
Public Enumeration V8PromiseEventKind
public enum class V8PromiseEventKind
Members| Member name | Value | Description |
|---|
| Created | 0 |
Indicates that a promise was created.
|
| Settled | 1 |
Indicates that a promise was resolved or rejected.
|
| BeforeReaction | 2 |
Indicates that a promise reaction job is about to run.
|
| AfterReaction | 3 |
Indicates that a promise reaction job has finished running.
|
See Also