requestedCancellation property

bool? requestedCancellation
getter/setter pair

Identifies whether the user has requested cancellation of the operation.

Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

Output only.

Implementation

core.bool? requestedCancellation;