VoxelSaveCompletionTracker¶
Inherits: RefCounted
Object returned by some asynchronous functions to track progress and completion.
Methods:¶
| Return | Signature |
|---|---|
| int | get_remaining_tasks ( ) const |
| int | get_total_tasks ( ) const |
| bool | is_aborted ( ) const |
| bool | is_complete ( ) const |
Method Descriptions¶
int get_remaining_tasks( )¶
(This method has no documentation)
int get_total_tasks( )¶
(This method has no documentation)
bool is_aborted( )¶
(This method has no documentation)
bool is_complete( )¶
(This method has no documentation)
Generated on Jan 26, 2026