Files
wow-weakauras/Meta/api/CalendarIsActionPending.lua
2024-11-07 23:12:37 +01:00

5 lines
500 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return boolean isPending
---Returns whether an update to calendar information is in progress. Returns true while the client is synchronizing its calendar information from the server; e.g. after calling CalendarOpenEvent, CalendarAddEvent, or CalendarUpdateEvent. During such periods, using other calendar API functions to query or change event information may not have valid orexpected results.
function CalendarIsActionPending() end