Hi,

Is it possible to take a snapshot of the desktop right before time out in the 
following stax job?


<function name="RunSilkTest" scope="local">
                <function-prolog>Starts Silk run.</function-prolog>
                <function-list-args>
                                <function-required-arg name='machine'>The 
client name.</function-required-arg>
                </function-list-args>

                <sequence>
                <script>
                cmdline='runtime -proj D:/Silk/Apps/' + PRODUCT + '/' + PRODUCT 
+ '.vtp -opt D:/Silk/Apps/' + PRODUCT + '/' + PRODUCT + '.opt -query MainBuild 
-q -r D:/Silk/Apps/' + PRODUCT + '/' + PRODUCT + '.pln'
                </script>
                                <timer duration='silk_timeout'>
                                <process>
                                                <location>machine</location>
                                                <command 
mode="'shell'">cmdline</command>
                                                <stderr mode="'stdout'"/>
                                                <returnstdout/>
                                </process>
                                </timer>
                                <if expr="RC==1">
                                                <message log="1">'Time 
out'</message>
                                <elseif expr="RC==0">
                                                <message log="1">'Silk run 
ended before time out on %s ' % testclient</message>
                                </elseif>
                                </if>
                </sequence>
</function>

Thank you very much.

Cindy

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to