JobCancellationToken vs ServerJobCancellationToken

Hi
May I know what is the difference between both? Which one should I use?

ServerJobCancellationToken is an internal class, you should not be aware of it :smile: Only JobCancellationToken is available for user code, so you should use it.