Gettasks não funciona com fwh 2.7 november

Post Reply
Rossine
Posts: 343
Joined: Tue Oct 11, 2005 11:33 am

Gettasks não funciona com fwh 2.7 november

Post by Rossine »

Olá Antonio,

A função gettaks() não está retornando mais os processos que estão em andamento no momento.

aTasks := GetTasks()
cErrorLog += " Total de Aplicações rodando até o momento: " + ;
AllTrim( Str( Len( aTasks ) ) ) + CRLF
for n = 1 to Len( aTasks )
cErrorLog += " " + Str( n, 3 ) + " " + aTasks[ n ] + CRLF
next

Len( aTasks ) sempre retorna = 0

Porque ?

Abraços,

Rossine.
Post Reply