Methods
(async) get(contextName) → {Promise.<ClientContext>}
- Description:
Retrieve a started context from its name.
WARNING: Most of the time, you should not have to call this method manually.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
contextName |
string | Name of the context. |
Returns:
- Type
- Promise.<ClientContext>