licensed

returns true if the development environment is running.

# Metadata

Platforms: desktop, server OS: mac, windows, linux Introduced: 1.0 Security:

# Syntax

the licensed

# Examples

the licensed

if not licensed() then hide button "Edit Script"

# Description

Use the licensed function to determine whether the user is using a standalone application or the development environment.

If the licensed function is false, the current application is a standalone, which has certain limitations on scripting. These limitations are described by the scriptLimits function.

# Tags

# See

- **command:** edit - **function:** revLicenseType, scriptLimits - **control structure:** function - **glossary:** development environment, return, standalone application