Skip to main content

Interface: INexusTaskCompletion

coresdk.nexus.INexusTaskCompletion

Properties of a NexusTaskCompletion.

Hierarchy

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.

Inherited from

$Properties.ackCancel


completed

Optional completed: null | $Properties

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

Inherited from

$Properties.completed


error

Optional error: null | $Properties

The handler could not complete the request for some reason. Deprecated, use failure.

Inherited from

$Properties.error


failure

Optional failure: null | $Properties

The handler could not complete the request for some reason.

Inherited from

$Properties.failure


status

Optional status: "completed" | "error" | "ackCancel" | "failure"

NexusTaskCompletion status

Inherited from

$Properties.status


taskToken

Optional taskToken: null | Uint8Array

The unique identifier for this task provided in the poll response

Inherited from

$Properties.taskToken