PromiseResult
Last updated
Last updated
• Docs
/ / PromiseResult
A Promise result in near can be one of:
NotReady = 0 - the promise you are specifying is still not ready, not yet failed nor successful.
Successful = 1 - the promise has been successfully executed and you can retrieve the resulting value.
Failed = 2 - the promise execution has failed.
Failed:
2
Defined in
NotReady:
0
Defined in
Successful:
1
Defined in