name
  • 25 Oct 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

name

  • Dark
    Light
  • PDF

Article summary

Description

Type: Text

Returns the current app runtime name.


Examples

// display the runtime name in the debugger
debug.log(runtime.name);

Remarks

Runtime information can be useful when building apps that target multiple runtimes. In this case, your scripts can alter their behavior based on the name and version of the active runtime.


What's Next