computeSetup - sassoftware/restaf GitHub Wiki
Setup access to compute service
Returns: promise
-
- returns a compute session
Param | Type | Description |
---|---|---|
store | object |
restaf store |
contextName | string |
name of the context( if null the first context in the list is used) |
payload | object |
logon payload - If null assumes that logon was done earlier. |
The session object is an opaque raf object that can be used with restaf and restaflib functions.
See this for details on how to use this function and related functions to execute code in a compute server.