addSubprocess
Class: padv.Process
Namespace: padv
Add subprocess to process
Syntax
subprocessObj = addSubprocess(process,subprocess)
subprocessObj = addSubprocess(___,Name=Value)
Description
adds the subprocess specified by subprocessObj
= addSubprocess(process
,subprocess
)subprocess
to the process. A subprocess
represents a group of tasks. You can access the subprocess by using the subprocess object
subprocessObj
.
specifies the properties of the subprocess using one or more subprocessObj
= addSubprocess(___,Name=Value)Name=Value
arguments. For example, addSubprocess(p1,s1,Title="My Subprocess")
adds the
subprocess s1
to the process p1
and specifies that the
subprocess appear with the title My Subprocess
in the Process
Advisor app. padv.Subprocess
objects have other properties, but you
cannot set those properties by using the name-value arguments.