For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetBoxRuntime

Get the current Box Runtime

Method Signature

GetBoxRuntime()

Arguments

This function does not accept any arguments

Examples

Get the BoxLang runtime struct

runtime = getBoxRuntime();
writeOutput( runtime.containsKey( "version" ) );

Result: true

Last updated

Was this helpful?