public interface AsyncTaskAction
The long operation delegate for the asynchronous task without any result.
Modifier and Type | Method and Description |
---|---|
void |
run(IAsyncTaskState taskState)
The long operation delegate for the asynchronous task without any result.
|
void run(IAsyncTaskState taskState)
The long operation delegate for the asynchronous task without any result.
taskState
- State of the asynchronous task.