Click or drag to resize

MainTerminateProcess Method

The code method terminates the process.
Codemethod usage
Designed to be used in a process only (Yes/No)No. This CodeMethod does not work in a process / on a Transition Event.
Action Object (data object type)Process or Activity

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool TerminateProcess(
	CodeMethodInvokeContext context
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.

Return Value

Type: Boolean
See Also