Files
wow_Meta/api/CalendarIsActionPending.lua
2025-05-04 15:15:00 +02:00

7 lines
505 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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