Async Listeners With Join
var threadData = announceInterception(
state = "onPageCreate",
interceptData = {},
asyncAll = true
);Configuration Arguments
var threadData = announceInterception(state="onPageCreate", interceptData={}, asyncAll=true, asyncAllJoin=false);
var threadData = announceInterception(
state = "onPageCreate",
interceptData = {},
asyncAll = true,
asyncAllJoin = false,
asyncJoinTimeout = 30,
asyncPriority = "high"
);Last updated
Was this helpful?