Scripting Interfaces: General Host Objects

WSContext:

Synopsis
Scripting front-end to the WS-Context service. The object exports 2 functions put and get
Use
	// Store a value in the Context service
	WSContext.put("context:///GIS/PI", "Executing...");
		
	// Get a value from the Context service
	status = WSContext.get("context:///GIS/PI");
	
Status: Implemented

(back to Notes)