Future.state Property

Parent Object: Future
Defined in namespace "adsk::core" and the header file is <Core/Application/Future.h>

Description

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

Syntax

"future_var" is a variable referencing a Future object.

# Get the value of the property.
propertyValue = future_var.state
"future_var" is a variable referencing a Future object.
#include <Core/Application/Future.h>

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

Property Value

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

Version

Introduced in version September 2024