isInExecutionContext abstract method

bool isInExecutionContext(
  1. AsyncTask task
)

if true, indicates that the current context is inside AsyncTask.run.

Implementation

bool isInExecutionContext(AsyncTask task);