Hi there,
According to the documentation, we should be using OnJobErrorCallback and OnJobFailedCallback is deprecated.
Is there an event that is triggered when a job completely fails (and not just throws a task error)?
cheers
laszlo
Hi there,
According to the documentation, we should be using OnJobErrorCallback and OnJobFailedCallback is deprecated.
Is there an event that is triggered when a job completely fails (and not just throws a task error)?
cheers
laszlo
OnJobFailedEvent is depracated, OnJobFailedCallback is the current one to use.
DOH… thanks