ContextManager

client. ContextManager

Manage the different contexts and their lifecycle.

See client.Client#contextManager

WARNING: In most cases, you should not have to manipulate the context manager directly.

Methods

(async) get(contextName)

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 client.Context#name

Name of the context.