با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
blockly > Gesture > inProgress
متد () Gesture.inProgress
آیا کشیدن یا حرکت دیگری در حال حاضر در هر فضای کاری در حال انجام است؟
امضا:
static inProgress(): boolean;
برمی گرداند:
بولی
درست است اگر اشاره وجود داشته باشد.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[[["`Gesture.inProgress()` is a static method that checks if a drag or gesture is currently active on any Blockly workspace."],["It returns `true` if a gesture is in progress, otherwise it returns `false`."]]],["The `Gesture.inProgress()` method checks if a drag or other gesture is currently active on any workspace. It's a static method that returns a boolean value. If a gesture is occurring, the method returns `true`; otherwise, it returns `false`. This method helps determine the current state of user interaction with workspaces regarding gestures.\n"]]