cancellationRequested property

  1. @TagNumber.new(4)
bool get cancellationRequested

Identifies whether the user has requested cancellation of the operation.

Implementation

@$pb.TagNumber(4)
$core.bool get cancellationRequested => $_getBF(3);
  1. @TagNumber.new(4)
set cancellationRequested (bool value)

Implementation

@$pb.TagNumber(4)
set cancellationRequested($core.bool value) => $_setBool(3, value);