Click or drag to resize

MainSleep Method

The CodeMethod will suspend execution for a number of milliseconds.

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool Sleep(
	CodeMethodInvokeContext context,
	bool sleep,
	int milliSecs
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
sleep
Type: SystemBoolean
If true, the execution will be suspended. If false it does nothing.
milliSecs
Type: SystemInt32
Number of milliseonds to wait

Return Value

Type: Boolean
See Also