status property

AsyncStatus get status

Current status of the pod execution.

Implementation

AsyncStatus get status {
  PodTracker.reportRead(this); // Track if they check `.status` directly
  return _status;
}