hmCal_GET PROCESS LIST

hmCal_GET PROCESS LIST (AllProcesses)

Parameter          Type             Description
AllProcesses       Text-Array   <-  All processnumbers of
                                    the current system

Description

The command hmCal_GET PROCESS LIST returns a textarray with all processes of the OS. You can get the names for the processnumbers with the command hmCal_Get Process Name.

Example

The following code returns an array with all processnumbers:

ARRAY TEXT($tt_processnumbers)

hmCal_GET PROCESS LIST ($tt_processnumbers)