Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RunCommandResult

Package version

run command result.

Hierarchy

  • RunCommandResult

Index

Properties

Optional exitCode

exitCode: undefined | number

The exit code of the command NOTE: This property will not be serialized. It can only be populated by the server.

Optional finishedAt

finishedAt: Date

The time when the command finished. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

The command id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional logs

logs: undefined | string

The command output. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

provisioning State NOTE: This property will not be serialized. It can only be populated by the server.

Optional reason

reason: undefined | string

An explanation of why provisioningState is set to failed (if so). NOTE: This property will not be serialized. It can only be populated by the server.

Optional startedAt

startedAt: Date

The time when the command started. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc