Applies to:

  • Winshuttle Foundation

Wait For Child Processes plug-in properties

The Wait for Child Processes plug-in allows a main process to be paused until all child processes are completed.

NOTE: For this to work, the Sync option must be set to False on the plug-in node.

Value Pair

Description

interval

A timespan string indicating how long the system should wait before checking for completed child processes.

Allow Time for the Child Processes to Launch

If the Wait for Child Process plug-in immediately (or closely) follows the Form Process Launch plug-in which is its parent, add a Wait node between the two plug-ins to ensure complete processing of the child form. Without the Wait node, the Wait for Child Process may complete prematurely.

Example

Timespan – 0.00:01:00

This will cause the system to check every minute to see if all child processes are complete.