copy method

AsyncTask<P, R> copy()

Creates a copy of this task in its initial state (before execution state).

Implementation

AsyncTask<P, R> copy() => instantiate(parameters(), sharedData());