Skip to main content

currentProcessName

currentProcessName : string

ParameterTypeDescription
Resultstring<-Current 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