PAGE('SYNC_READYTOPROCESS')
Questo comando restituisce true se ci sono dati scaricati pronti per essere elaborati e false altrimenti.
bool PAGE('SYNC_READYTOPROCESS');
example:
if PAGE('SYNC_READYTOPROCESS') THEN
…
end;
Questo comando restituisce true se ci sono dati scaricati pronti per essere elaborati e false altrimenti.
bool PAGE('SYNC_READYTOPROCESS');
example:
if PAGE('SYNC_READYTOPROCESS') THEN
…
end;