|
Every script is characterized by several properties:
Field Description
|
Field Name
|
Script Name. Name of the script context, required to refer to this script from other parts of the system. It should satisfy the context naming conventions.
|
name
|
Script Description. Textual description of the script. This is also a description of the Script context.
|
description
|
Script Text. Script source in Java programming language.
|
text
|
Launch Automatically Upon Server Startup. Flag that forces server to launch script during startup.
|
autorun
|
These properties may be accessed through the childInfo variable.
|