Click or drag to resize
IAppSetScriptBreakpointsAsync Method

Set some breakpoints in the script of an app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task SetScriptBreakpointsAsync(
	IEnumerable<EditorBreakpoint> breakpoints,
	AsyncHandle asyncHandle = null
)

Parameters

breakpoints
Type: System.Collections.GenericIEnumerableEditorBreakpoint
Information about the breakpoints.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: Task
See Also