Child pages
  • headlessclient
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


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
 
  • No labels