System Properties

System properties are global variables. System properties are available on the Settings tab (Settings > Properties).

System properties are referenced like this:

${p:system/propertyName}

If you create system variable SUCCESS, for example, you would reference it like this:

echo ${p:system/SUCESS}

Output in this case:

SUCESS