Child pages
  • LTHREAD:Get:IS_ALIVE

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TipoDescrição
SMALLINTVerdadeiro se a THREAD atual está em execução.

Exemplo

Code Block
titleExemplo SQLCODE
linenumberstrue
#------------------------------------------------------------------------------#
FUNCTION LTHREAD_getISALIVE()
#------------------------------------------------------------------------------#
    DEFINE l_is_alive SMALLINT
    LET l_is_alive = _ADVPL_get_property(m_thread_reference,"IS_ALIVE")
END FUNCTION