ExecuteOffloadResult(
self,
offloaded: bool,
response: ExecuteResponse
)| Name | Type |
|---|---|
| offloaded | bool |
| response | ExecuteResponse |
Result of BaseSandbox.execute_with_offload.
offloaded describes the capture mechanism and is kept off ExecuteResponse
(which an ordinary execute never sets).