Cancel job, 1 example of cancel xml job, Example of cancel xml job – EVS XTAccess Version 1.10 - July 2009 User Manual User Manual

Page 114

Advertising
background image

XTAccess Version 1.10 – User’s Manual

Author: Serge Comes - EVS Broadcast Equipment – July 2009

Issue 1.10.D

113

28. Cancel Job

XTAccess is able to cancel a job in progress.
This section covers XML Jobs IDs:

Job #4: Cancel job (IPDirector v5.2 onwards)

28.1 EXAMPLE OF CANCEL XML JOB

To identify the job you want to cancel: you have to use the Job_Id of the XML Job
you wan to cancel.

<?xml version = "1.0" ?>

<EVS_XFile_Job_List>
<EVS_XFile_Job>

<Job_Id>1238419214432263</Job_Id>

<Job_Creation_Time>1129799940</Job_Creation_Time>

<Job_Type>4</Job_Type>

<Job_Id_To_Cancel>1238789214432654</Job_Id_To_Cancel>

<Job_Type_To_Cancel>3</Job_Type_To_Cancel>

</EVS_XFile_Job>
</EVS_XFile_Job_List>


The description of each XML tag is described in the ”XML Jobs” document.

Advertising