Skip to main content
Version: Next

currentProcessName

currentProcessName : string

ParameterTypeDescription
ResultstringCurrent process name

Description

currentProcessName returns the name of the process within which this command is called.

Example

You want to call a worker and pass the calling process name as parameter:


callWorker(1,"myMessage",currentProcessName,"Start:"+string(vMax))

See also

currentProcess
processNumber
processState