#include "protheus.ch"
//-------------------------------------------------------------------
/*/{Protheus.doc} MyMOnitor
Exemplo de utilização da função FWMonitorMsg
@author Framework
@since 01/10/2011
@version 1.0
*/
//-------------------------------------------------------------------
user function MyMOnitor()
local cMsg as char
cMsg:= "Minha Thread"
FWMonitorMsg(cMsg)
return