GetProcessInfo

Revision as of 22:22, 19 March 2007 by Lchrisman (talk | contribs) (introduced this function)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


What's new in Analytica 4.0? >

(Introduced in build 4.0.0.39)

GetProcessInfo( item )

Returns information about the current Analytica or ADE process.

Currently, the following values are supported for the item parameter:

  • "Process ID" -- returns the Process ID, or Pid, for the current process.
  • "Thread ID" -- returns the Id of the Analytica/ADE thread.
  • "Priority" -- returns the priority of the Analytica/ADE thread. The following values are possible (defined by the operating system):
    • -15 : Idle only
    • -2 : lowest priority
    • -1 : below normal
    • 0 : normal priority
    • 1 : Above normal
    • 2 : Highest priority
    • 15: Critical priority
    • 31: Real-time priority
Comments


You are not allowed to post comments.