BOOL TSteering::ReadyReaction( void )
{
// Function tested; Last changes 950814
if (bSendReport)
if (TheCmd->GetShowData( MessageBuffer ))
SendReport();
if (TheMacro)
ExecuteNextCmd();
else
NotifyCmdReady();
return TRUE;
}