I have a job in AEM that implements JobConsumer interface. My questions are: 1. Once it's triggered but not running yet, how to kill the job? 2. Once it's running, how to kill the job? I saw JobConsumer interface has `cancel` method but I am not sure how to use it. I found an example online and it'...