cletus/node_modules/agenda/dist/job/set-shouldsaveresult.d.ts
2025-05-09 15:53:19 -05:00

7 lines
No EOL
323 B
TypeScript

import { Job } from ".";
/**
* Sets the flag if the return value of the job should be persisted
* @param shouldSaveResult flag if the return value of the job should be persisted
*/
export declare const setShouldSaveResult: (this: Job, shouldSaveResult: boolean) => Job;
//# sourceMappingURL=set-shouldsaveresult.d.ts.map