App GetScriptBreakpointsAsync Method (String)Qlik Sense .NET SDK - API Reference

Lists the 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

public Task<IEnumerable<EditorBreakpoint>> GetScriptBreakpointsAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask OnlineIEnumerable EditorBreakpoint  

Implements

IApp GetScriptBreakpointsAsync(String)
See Also