Lists the breakpoints in the script of an app.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<T> GetScriptBreakpointsAsync<T>(
Func<Response, T> onResult,
string userHandle = null
)
Task<T> GetScriptBreakpointsAsync<T>(
Func<Response, T> onResult,
string userHandle = null
)
Function GetScriptBreakpointsAsync(Of T) (
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Function GetScriptBreakpointsAsync(Of T) (
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
- T
Return Value
Type:
Task T