Click or drag to resize

V8PromiseEventKind Enumeration

Defines promise lifecycle event kinds.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.1.1
Syntax
public enum V8PromiseEventKind
Members
Member nameValueDescription
Created0 Indicates that a promise was created.
Settled1 Indicates that a promise was resolved or rejected.
BeforeReaction2 Indicates that a promise reaction job is about to run.
AfterReaction3 Indicates that a promise reaction job has finished running.
See Also