ProjectGlobal
  • 1 Minute to read
  • Dark
    Light
  • PDF

ProjectGlobal

  • Dark
    Light
  • PDF

Article summary

PROTOTYPE

Retrieves a project level variable value from the globalManager

KeyValue(s)Description
method"ProjectGlobal"
key"ProjectVariableName"String.  Required.  Error will be raised if variable does not exist in globalManager.

Example Use

{
  "method": "IF",
  "condition": "ProjectGlobal('BuildMode')==FULL",
  "project": "Demo"
}

Was this article helpful?

What's Next