AbortDfuWorkunit

STD.File.AbortDfuWorkunit( dfuwuid [ ,espserverIPport ] )

dfuwuidA null-terminated string containing the DFU workunit ID (DFUWUID) for the job to abort. This value is returned by the "leading-f" versions of the Copy, SprayFixed, SprayVariable, SprayXML, and Despray FileServices functions.
espserverIPportOptional. This should almost always be omitted, which then defaults to the value contained in the lib_system.ws_fs_server attribute. When not omitted, it should be a null-terminated string containing the protocol, IP, port, and directory, or the DNS equivalent, of the ESP server program. This is usually the same IP and port as ECL Watch, with "/FileSpray" appended. 

The AbortDfuWorkunit function aborts the specified DFU workunit. Typically that workunit will have been launched with its timeout parameter set to zero (0).

Example:

STD.File.AbortDfuWorkunit('D20051108-143758');