pSendAction
pSendAction
Send an action to a specific process.
Syntax
pSendAction ( out vlStatus,
in vlAction,
in vlProcessId )
Parameters
vlStatus | The returned status from pSendAction. |
vlAction | The “action”. |
vlProcessId | The process id of the process to receive the action. |
Comments
The Process Manager determines the name of the program associated with the given process id and calls the program, passing the action in vlAction.