IApp SetScriptBreakpointsAsync Method Qlik Sense .NET SDK - API Reference

Set some breakpoints in the script of an app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

Task SetScriptBreakpointsAsync(
	IEnumerable<EditorBreakpoint> breakpoints,
	string userHandle = null
)

Parameters

breakpoints
Type: OnlineSystem.Collections.Generic IEnumerable EditorBreakpoint 
Information about the breakpoints.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask
See Also