Visara Master Console Center Scripting Guide Uživatelský manuál Strana 123

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 262
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 122
Chapter 5 Script Commands
Scripting Guide 123
GETPID
Syntax:
GETPID() ==> %ProcessId
Description:
Obtains the system process identifier for this script.
Action:
Returns the host system process identifier for the process that is
executing this script. This is useful for watching the action of a
script using outside performance tools such as top.
Parameters:
none
Returns:
Numeric value, process identifier number
Example:
%pid := GETPID()
LOG( LOG_FLT, "This script is running as process
" + STR($pid), 2)
See Also:
Zobrazit stránku 122
1 2 ... 118 119 120 121 122 123 124 125 126 127 128 ... 261 262

Komentáře k této Příručce

Žádné komentáře