Hello, From the SKILL IPC documentation, the exit handler only accepts two parameters: o_childId and x_exitStatus. Is there a way to pass additional information? By way of example, imagine that ipcBeginProcess is launched from a banner menu using asynchronous communication. This allows users to ignitiate several processes in parallel from different windows. The issue is to let the termination handler know the ID of the window from which the process was started. Merci, François