STD.System.Workunit.WorkunitFilesWritten ( wuid )
wuid | A null-terminated string containing the WorkUnit IDentifier. |
Return: | WorkunitFilesWritten returns a DATASET value. |
The WorkunitFilesWritten function returns a DATASET with this format:
EXPORT WsFileRead := RECORD STRING name{MAXLENGTH(256)}; STRING10 graph; STRING cluster{MAXLENGTH(64)}; UNSIGNED4 kind; END;
Each record in the returned dataset specifies a file written by the workunit.
Example:
OUTPUT(STD.System.Workunit.WorkunitFilesWritten('W20070308-164946')); /* produces results that look like this 'rttest::testfetch','graph1','thor','0' */