Interface ReportTaskProgressResponse.Builder

    • Method Detail

      • canceled

        ReportTaskProgressResponse.Builder canceled​(Boolean canceled)

        If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

        Parameters:
        canceled - If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.