Skip to main content
Skip table of contents

getToDolist

This command returns the list of currently processing assets with their status and possibly progress, using the Result sub-elements ToDolistItem  and  ReEncryptToDolistItem. Only assets whose name matches the regular expression are returned. An empty regular expression returns the complete list.

Input Parameters

FieldsValuesDescription
#PCDATAReg Ex Regular Expression 

Output Result

FieldsValuesDescription
CommandgetToDolistEcho of the command element name
Code0
-1
1
0 = success 
-1 = DTD Violation 
1 = Processing Error
AssetName Name of an asset in the todolistThe name of the asset 
Status

NEW/EXIST
SCRAMBLE
SCRAMBLING
SCRAMBLED/RETRY

Status of the asset
Progress0% to 100% or absentThe scrambling progress

Processing Errors

  • A regular expression error as reported by regcomp.

Examples

Request

CODE
<getToDolist/>

Response On Success

CODE
<Result Command="getToDolist" Code="0">     
<ToDolistitem AssetName="...." STATUS="SCRAMBLING" Progress="25%" />  
<ReEncryptToDolistitem AssetName="...." STATUS="SCRAMBLING" Progress="25%" />  
</Result>

Response On Failure

CODE
<Result Command="getToDoList" Code="0"> <Description>Directory '/assets': no such file or directory</Description> </Result>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.