Here is how I'm trying to call it:
while SUCCESS
pause 15
transmit "getswsessionstatus 1^M"
WaitList(30, "DownloadInProgress", "DownloadCompleted", $NULLSTR)
if WaitListStat == 1...
Thanks Knob, but I'm still having an issue with this script. How do I pass the first line of the response thru the waitlist function? I feel that the second line "OperationSucceeded" is only being passed.
I'm loading software but it doesn't reply when it's complete. I need to query the unit periodically with a get_status command to find whether it's in progress or complete. The 2 different responses:
DownloadInProgress
OperationSucceeded
DownloadCompleted
OperationSucceeded
Once I get the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.