-
Notifications
You must be signed in to change notification settings - Fork 2
CALL_ASYNC_TM
Jurek Muszyński edited this page Dec 18, 2021
·
10 revisions
Calls service defined in npp_svc.cpp with non-default timeout. timeout is in 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_TM("getCustomer", 120);
Requires NPP_ASYNC compilation switch.