Variable Adapter.status

struct Adapter
{
  // ...
  RequestAdapterStatus status = RequestAdapterStatus.unknown;
  // ...
}