Hangfire batch retry mechanism in Hangfire.Pro

Hi, I need to confirm Hangfire batch retry mechanism. Suppose we have 5 jobs triggered via a single batch. There is an exception raised in 4th job and we only want to retry that job not all jobs in the batch so can we do that? Also can we manage each job in a batch separately? like to change retries, stop, start etc?