Click or drag to resize

ExecutionEnvironmentExecutePythonScript Method (Object, String)

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public void ExecutePythonScript(
	Object sender,
	string strScript
)

Parameters

sender
Type: SystemObject
strScript
Type: SystemString
See Also