Properties

Link copied to clipboard
abstract val error: CommandError?

Error information (See Errors for details). This output occurs in state "error"

Link copied to clipboard
abstract val id: String?

Command ID used to check the execution status with Commands/Status

Link copied to clipboard
abstract val name: String

Executed command

Link copied to clipboard
abstract val progress: CommandProgress?

Progress information. This output occurs in state "inProgress"

Link copied to clipboard
abstract val results: Any?

Results when each command is successfully executed. This output occurs in state "done"

Link copied to clipboard
abstract val state: CommandState

Command execution status, either "done", "inProgress" or "error" is returned