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.