Gets if this script or add-in is currently running.
# Get the value of the property.propertyValue = script_var.isRunning
#include <Core/Application/Script.h>// Get the value of the property.boolean propertyValue = script_var->isRunning();