Interceptor Asynchronicity
any announceInterception(state, interceptData, async, asyncAll, asyncAllJoin, asyncJoinTimeout, asyncPriority);threadData = announceInterception(
state = "onLogin",
interceptData = { user=user },
asyncAll = true
);Last updated
Was this helpful?