SetShouldSaveResult
Last updated
Was this helpful?
Last updated
Was this helpful?
job.setShouldSaveResult(shouldSaveResult)
shouldSaveResult
(boolean
): A boolean flag that determines if the job’s result should be saved upon completion. Setting this to true
enables result persistence, while false
disables it.
Job
: Returns the job instance, allowing for method chaining.