UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

75 lines (34 loc) 697 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [EResolutionState](./rc-js-util.eresolutionstate.md) ## EResolutionState enum **Signature:** ```typescript export declare enum EResolutionState ``` ## Enumeration Members <table><thead><tr><th> Member </th><th> Value </th><th> Description </th></tr></thead> <tbody><tr><td> Cancelled </td><td> `2` </td><td> </td></tr> <tr><td> Resolved </td><td> `0` </td><td> </td></tr> <tr><td> TimedOut </td><td> `1` </td><td> </td></tr> </tbody></table>