| MainTerminateProcessByReferencePath Method |
The code method terminates the processes referenced indirectly via the Action object.
The reference is described with a ReferencePath string.
The object referenced by the reference path can be an activity object, a process object or a target object.
In either case, the process related to the referenced object will be terminated.
Codemethod usage | |
---|
Designed to be used in a process only (Yes/No) | No. |
Action Object (data object type) | any |
Namespace:
Omada.OE.UtilityCodeAssembly
Assembly:
Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntaxpublic bool TerminateProcessByReferencePath(
CodeMethodInvokeContext context,
string refPath
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
- refPath
- Type: SystemString
A string containing a valid ReferencePath expression.
Return Value
Type:
Boolean
See Also