ConfigurationFuture.state Property

Parent Object: ConfigurationFuture
Defined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationFuture.h>

Description

Returns the current state of the process associated with this future.

Syntax

"configurationFuture_var" is a variable referencing a ConfigurationFuture object.

# Get the value of the property.
propertyValue = configurationFuture_var.state
"configurationFuture_var" is a variable referencing a ConfigurationFuture object.
#include <Fusion/Configurations/ConfigurationFuture.h>

// Get the value of the property.
FutureStates propertyValue = configurationFuture_var->state();

Property Value

This is a read only property whose value is a FutureStates.

Version

Introduced in version January 2025