ProjectGlobal
- 1 Minute to read
- Print
- DarkLight
- PDF
ProjectGlobal
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
PROTOTYPE
Retrieves a project level variable value from the globalManager
Key | Value(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?