This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
Current process name
|
Current process name -> Function result | ||||||||
Parameter | Type | Description | ||||||
Function result | Text |
![]() |
Name of current process | |||||
The Current process name command returns the name of the process within which this command is called.
This command is particularly useful in the context of worker processes (see the About workers section). It can be used to identify the worker process to call when writing generic code.
You want to call a worker and pass the calling process name as parameter:
CALL WORKER(1;"myMessage";Current process name;"Start:"+String(vMax))
Product: 4D
Theme: Processes
Number:
1392
Created: 4D v15 R5
4D Language Reference ( 4D v20 R7)