The current state of the deferred, as an ExecutionState.
get (Deferred 'f 's) => ExecutionState 'f 's
get _state() { throw new TypeError('Deferred.prototype is abstract and does not implement ._state.'); }