Class LongTaskStatus

  • All Implemented Interfaces:
    Comparable<LongTaskStatus>

    @ExperimentalApi
    public class LongTaskStatus
    extends Object
    implements Comparable<LongTaskStatus>
    Represents a long-running task in the system.

    Instances of this class can be used to track task progress and obtain the final result of the task.