The application can send an AbortQueuEntry request to delete the job (but not the QueueEntryID) on PRISMAsync. In this case the QueueEntryID will change status to "Aborted " and the abort reason is set to:
JobCanceledByUser - The job was cancelled by the owner of the job using AbortQueueEntry.
Example:
<?xml version="1.0" encoding="UTF-8"?> <JMF xmlns="http://www.CIP4.org/JDFSchema_1_1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2021-06-04T12:38:42+02:00" Version="1.3"> <Command ID="ALCES_IQYTMJ_28_20210604123842" Type="AbortQueueEntry" xsi:type="CommandAbortQueueEntry"> <QueueEntryDef QueueEntryID="3595b485-7269-4779-aaca-ec117cd75d39" /> </Command> </JMF>