Skip to main content

Namespace: NexusTaskCompletion

coresdk.nexus.NexusTaskCompletion

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { ackCancel?: boolean | null ; completed?: $Shape | null ; error?: $Shape | null ; failure?: $Shape | null ; taskToken?: Uint8Array | null } & { ackCancel?: null ; completed?: null ; error?: null ; failure?: null ; status?: undefined } | { ackCancel?: null ; completed: $Shape ; error?: null ; failure?: null ; status?: "completed" } | { ackCancel?: null ; completed?: null ; error: $Shape ; failure?: null ; status?: "error" } | { ackCancel: boolean ; completed?: null ; error?: null ; failure?: null ; status?: "ackCancel" } | { ackCancel?: null ; completed?: null ; error?: null ; failure: $Shape ; status?: "failure" }

Narrowed shape of a NexusTaskCompletion.