Cancel job, 1 example of cancel xml job, Ancel – EVS XTAccess Version 1.17 - May 2012 User Manual User Manual

Page 104: Example of cancel xml job

Advertising
background image

Issue 1.17.C

XTAccess Version 1.17 – User Manual

EVS Broadcast Equipment – May 2012

96

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
want 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