Task Client
The Task Client enables server-side task processing. It connects to SignalWire and listens on one or more topics for tasks sent via Task.send from client applications.
Once instantiated, listen for the task.received event to handle incoming tasks. See Events for all available events.
Constructor
▸ new Task.Client(opts): Task.Client
Creates a new Task Client instance.