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
"generateToolpathFuture_var" is a variable referencing a GenerateToolpathFuture object.
#include <Cam/CAM/GenerateToolpathFuture.h>

// Get the value of the property.
integer propertyValue = generateToolpathFuture_var->numberOfCompletedTasks();

Property Value

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

Version

Introduced in version July 2023