Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pr_methods:executechildprocess [2023/04/04 05:51] – removed - external edit (Unknown date) 127.0.0.1 | pr_methods:executechildprocess [2023/05/08 06:52] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====executeChildProcess (IProcess, String, IEntity [], Boolean)==== | ||
| + | <code java> | ||
| + | throws ServerTimeOutException, | ||
| + | |||
| + | This method starts the specified process as a child of the current process. This method allows custom process components to start other processes. | ||
| + | |||
| + | ===Parameters=== | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |||
| + | ===Returns=== | ||
| + | The reference to the child process component. | ||