DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


Return Types
JSClient

Method Summery
JSClient
#createClient(solutionName, username, password, solutionOpenMethodArgs)
creates a headless client that will open the given solution
JSClient
#getClient(clientID)
gets an existing headless client for the given client uuid

Method Details
createClient
JSClient
createClient
(solutionName, username, password, solutionOpenMethodArgs)
creates a headless client that will open the given solution
Parameters
solutionName
username
password
solutionOpenMethodArgs
Returns
JSClient
Sample

getClient
JSClient
getClient
(clientID)
gets an existing headless client for the given client uuid
Parameters
clientID
Returns
JSClient
Sample