MCPcopy Create free account
hub / github.com/WebThingsIO/webthing-node / cancel

Method cancel

lib/action.ts:181–183  ·  view source on GitHub ↗

* Override this with the code necessary to cancel the action. * * @returns {Object} Promise that resolves when the action is cancelled.

()

Source from the content-addressed store, hash-verified

179 * @returns {Object} Promise that resolves when the action is cancelled.
180 */
181 cancel(): Promise<void> {
182 return Promise.resolve();
183 }
184
185 /**
186 * Finish performing the action.

Callers 1

removeActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected