system.util.getProjectName

Description

Returns the name of the project that is currently being run.

Syntax

system.util. getProjectName()

  • Parameters

none

  • Returns

String - The name of the currently running project.

  • Scope

Client

Syntax

system.util. getProjectName()

  • Parameters

none

  • Returns

String - The name of the currently running project.

  • Scope

Gateway

Code Examples
Code Snippet
# This code would display the name of the currently running project
system.gui.messageBox("You are running project: %s" % system.util.getProjectName())