Click or drag to resize

ExecutionEnvironmentExecutePythonScriptFile Method (Object, String, Boolean)

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public void ExecutePythonScriptFile(
	Object sender,
	string strFile,
	bool bDebugSupport
)

Parameters

sender
Type: SystemObject
strFile
Type: SystemString
bDebugSupport
Type: SystemBoolean
See Also