stop
The stop method pauses the Synclet by halting connector activity and suspending message processing. The Synclet can be restarted later with start(). This method does not destroy the Synclet or release its resources. It invokes the optional onStop implementation callback if provided.
stop(): Promise<void>| returns | Promise<void> |
|---|
Since
v0.0.0