Interface PlatformTask<T>

Type Parameters:
T - task type

public interface PlatformTask<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels the task.
  • Method Details