Application.isStartupComplete Property

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

Description

Boolean property indicating whether Fusion has completed its initialization. This includes initialization of all the Add-ins loaded at startup.

Syntax

"application_var" is a variable referencing an Application object.

# Get the value of the property.
propertyValue = application_var.isStartupComplete
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>

// Get the value of the property.
boolean propertyValue = application_var->isStartupComplete();

Property Value

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

Version

Introduced in version November 2015