Share

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

Property Value

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

Version

Introduced in version January 2025

Was this information helpful?