Cancel a queued submission by id. Returns true when the entry
was found and removed, false otherwise.
Today this only removes the entry from the client-side mirror — once the server exposes queue cancel (roadmap A0.3) the controller will additionally issue a cancel call against the active transport.
cancelQueued(id: string): Promise<boolean>| Name | Type | Description |
|---|---|---|
id* | string | Client-side queue entry id to remove. |