dsdk / v1.47 / ExecInspectResponse
Type Alias: ExecInspectResponse ​
ExecInspectResponse:
object
Type declaration ​
| Name | Type | Description |
|---|---|---|
CanRemove? | boolean | - |
ContainerID? | string | - |
DetachKeys? | string | - |
ExitCode? | number | - |
ID? | string | - |
OpenStderr? | boolean | - |
OpenStdin? | boolean | - |
OpenStdout? | boolean | - |
Pid? | number | The system process ID for the exec process. |
ProcessConfig? | ProcessConfig | - |
Running? | boolean | - |