Share

DataObjectFuture.state Property

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

Description

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

Syntax

"dataObjectFuture_var" is a variable referencing a DataObjectFuture object.

# Get the value of the property.
propertyValue = dataObjectFuture_var.state

Property Value

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

Version

Introduced in version September 2024

Was this information helpful?