-
Notifications
You must be signed in to change notification settings - Fork 4
CALL_ASYNC
Jurek Muszyński edited this page Dec 18, 2021
·
13 revisions
Calls service defined in npp_svc.cpp with default timeout (NPP_ASYNC_DEF_TIMEOUT, currently 60 seconds).
Timeout refers to the maximum time the engine will be waiting for a response, and not to the CALL_ASYNC itself, as it places request in the message queue opened in non-blocking mode and returns immediately.
None
CALL_ASYNC("getCustomer");
Requires NPP_ASYNC compilation switch.