Skip to main content
Skip table of contents

isHELVIS

Versionshinweise

17.2.08, 18.1

Code

GROOVY
boolean VersionUtils.isHELVIS()

Beschreibung

Prüft ob es sich um eine HELVIS-Version handelt.

Rückgabe

true wenn es sich um eine HELVIS-Version handelt, andernfalls false.

Beispiele

GROOVY
if(VersionUtils.isHELVIS())
{
    // do something
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.