TasksQuery: { afterEnqueuedAt?: Date; afterFinishedAt?: Date; afterStartedAt?: Date; beforeEnqueuedAt?: Date; beforeFinishedAt?: Date; beforeStartedAt?: Date; canceledBy?: number[]; from?: number; indexUids?: string[]; limit?: number; statuses?: TaskStatus[]; types?: TaskTypes[]; uids?: number[]; } Type declaration
Optional afterEnqueuedAt?: Date
Optional afterFinishedAt?: Date
Optional afterStartedAt?: Date
Optional beforeEnqueuedAt?: Date
Optional beforeFinishedAt?: Date
Optional beforeStartedAt?: Date
Optional canceledBy?: number[]
Optional from?: number
Optional indexUids?: string[]
Optional limit?: number
Optional statuses?: TaskStatus[]
Optional types?: TaskTypes[]
Optional uids?: number[]