Skip to main content

Interface: INexusTaskCompletion

coresdk.nexus.INexusTaskCompletion

Properties of a NexusTaskCompletion.

Implemented by

Properties

ackCancel

Optional ackCancel: null | boolean

The lang SDK acknowledges that it is responding to a CancelNexusTask and thus the response is irrelevant. This is not the only way to respond to a cancel, the other variants can still be used, but this variant should be used when the handler was aborted by cancellation.


completed

Optional completed: null | IResponse

The handler completed (successfully or not). Note that the response kind must match the request kind (start or cancel).


error

Optional error: null | IHandlerError

The handler could not complete the request for some reason.


taskToken

Optional taskToken: null | Uint8Array

The unique identifier for this task provided in the poll response