Share

GenerateToolpathFuture.numberOfCompletedTasks Property

Parent Object: GenerateToolpathFuture
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/GenerateToolpathFuture.h>

Description

Returns the number of tasks of operations whose generation is complete.

Syntax

"generateToolpathFuture_var" is a variable referencing a GenerateToolpathFuture object.

# Get the value of the property.
propertyValue = generateToolpathFuture_var.numberOfCompletedTasks

Property Value

This is a read only property whose value is an integer.

Version

Introduced in version July 2023

Was this information helpful?