Set the execution to run asynchronously.
@$pb.TagNumber(6) $core.bool get isAsync => $_getBF(5);
@$pb.TagNumber(6) set isAsync($core.bool v) { $_setBool(5, v); }