Loading
| 📊 Overview: 1 Properties | 1 Constructor | 2 Functions |
📝 Description
Initialize loading dialog with text and optional progress percentage
🕐 Last updated: 2025-12-10T11:45:23.163Z
📑 Table of Contents
- 📋 Properties (1)
- 🏗️ Constructor (2 params)
- ⚙️ Functions
Properties
| Property | Type | Default | Description |
|---|---|---|---|
SharedObject | Object | - | Shared object for inter-process communication with loading window |
Constructor
constructor
[🏗️ constructor]
Class constructor($LoadingText : Text; $LoadingProgress : Real)
Initialize loading dialog with text and optional progress percentage
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$LoadingText | Text | - | - |
$LoadingProgress | Real | - | - |
Functions
Regular Functions
stop
Function stop
Close the loading dialog window
update
Function update($LoadingText : Text; $LoadingProgress : Real)
Update loading dialog text and optional progress percentage
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$LoadingText | Text | - | - |
$LoadingProgress | Real | - | - |
Generated from Loading.4dm