Readonly
annotationsThe map of annotations associated with the executor.
Readonly
invalidatedThe timestamp when the executor was invalidated, or 0 if the executor isn't invalidated.
Readonly
istrue
if the executor was fulfilled with a value, or false
otherwise.
Readonly
keyThe key of this executor, unique in scope of the Executor.manager.
Readonly
reasonThe reason of the latest failure.
Readonly
settledThe timestamp when the executor was settled, or 0 if it isn't settled.
Readonly
valueThe value of the latest fulfillment.
The minimal serializable state that is required to hydrate the Executor instance.