Async Announcements
threadData = announceInterception(
state = "onPageCreate",
interceptData = { page= local.page },
asyncAll = true
);Configuration Arguments
threadData = announceInterception(
state = "onPageCreate",
interceptData = { page= local.page },
asyncAll = true,
asyncPriority = "high"
);Last updated
Was this helpful?