TimelineBuilderJob.status Property

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

Description

Returns the current status of the job. The status transitions from NotStartedJobStatus to InProgressJobStatus and finally to either CompletedJobStatus or FailedJobStatus.

Syntax

"timelineBuilderJob_var" is a variable referencing a TimelineBuilderJob object.
# Get the value of the property.
propertyValue = timelineBuilderJob_var.status
"timelineBuilderJob_var" Is a variable referencing a TimelineBuilderJob Object.
#include <Fusion/Fusion/TimelineBuilderJob.h>

// Get the value of the property.
JobStatus propertyValue = timelineBuilderJob_var->status();
"timelineBuilderJob_var" Is a variable referencing a TimelineBuilderJob Object.
// Get the value of the property.
propertyValue = timelineBuilderJob_var.status;

Property Value

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

Version

Introduced in version July 2026