CoolScript

From coolearthwiki
Revision as of 21:22, 25 June 2015 by 10.0.0.129 (Talk) (Created page with "center CoolScript has a number of uses inside QC Results. It works in concert with the various controls to pass values to child screens, and retu...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
QCResultsText.PNG

CoolScript has a number of uses inside QC Results. It works in concert with the various controls to pass values to child screens, and return them to parent screens. It greatly enhances what can be done using QC Results.

There are some commands already set up and waiting for you. They are called application programming interfaces (API), defined as a specification intended to be used as an interface by software components to communicate with each other. An API may include specifications for routines, data structures, object classes, and variables. In CoolScript, it is used by the controls to perform their expected functions.

API Commands

Documentation on available API commands can be found at API Commands.


Return to QC Results