copy method

AsyncTask<AsserestFtpProperty, AsserestReport> copy()
inherited

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

Implementation

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