Application.hasActiveJobs Property
Parent Object:
ApplicationDefined in namespace "adsk::core" and the header file is <Core/Application/Application.h>
Description
Gets whether there are any active jobs.
Syntax
"application_var" is a variable referencing an Application object.
# Get the value of the property. propertyValue = application_var.hasActiveJobs
|
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>
// Get the value of the property. boolean propertyValue = application_var->hasActiveJobs();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version September 2022