onCancel

P163148
predicate

Indicates that an ongoing or scheduled action, process, or request is being terminated or withdrawn before its normal completion.

All labels observed (1)

Label Occurrences
onCancel canonical 3

Description generation (PDg)

The one-sentence description above was generated by prompting gpt-5.1 with the predicate name and this instruction.

Instruction
Given a predicate that represents a relationship or action between entities, generate a one-sentence description explaining its meaning.  
# Instructions
Focus on describing the relationship, not the entities themselves. 
# Response Format
Begin the description with \' Indicates...\'
Input
Predicate: onCancel
Generated description
Indicates that an ongoing or scheduled action, process, or request is being terminated or withdrawn before its normal completion.

Sample triples (3)

Subject Object
CancellationTokenSource notifies registered callbacks on associated CancellationToken
CancellationTokenSource sets IsCancellationRequested to true
CancellationTokenSource causes OperationCanceledException in many Task-based operations