IoTSharp/SilkierQuartz

Using persistent store

Opened this issue · 1 comments

Hi,

is it possibile to use Persistent Store with SilkierQuartz?

Thank you for your support.

wuuer commented

JobBuilder.Create(type)
.WithIdentity(“”, “”)
.WithDescription(“”)
.StoreDurably(true)
.RequestRecovery(true)
.PersistJobDataAfterExecution(true)
.DisallowConcurrentExecution(false)
.Build();