@crawlee/coreInterfacesRequestListStateVersion: 3.12On this pageRequestListState Represents state of a RequestList. It can be used to resume a RequestList which has been previously processed. You can obtain the state by calling RequestList.getState and receive an object with the following structure: { nextIndex: 5, nextUniqueKey: 'unique-key-5' inProgress: { 'unique-key-1': true, 'unique-key-4': true },}Index PropertiesinProgressnextIndexnextUniqueKeyProperties inProgressinProgress: string[]Array of request keys representing those that being processed at the moment.nextIndexnextIndex: numberPosition of the next request to be processed.nextUniqueKeynextUniqueKey: null | stringKey of the next request to be processed.
Represents state of a RequestList. It can be used to resume a RequestList which has been previously processed. You can obtain the state by calling RequestList.getState and receive an object with the following structure: