Options
All
  • Public
  • Public/Protected
  • All
Menu

The TsoSend API response.

export
interface

ISendResponse

Hierarchy

  • ISendResponse

Index

Properties

commandResponse

commandResponse: string

The command response text.

memberof

ISendResponse

success

success: boolean

True if the command was issued and the responses were collected.

memberof

ISendResponse

zosmfResponse

zosmfResponse: IZosmfTsoResponse[]

The list of zOSMF send API responses. May issue multiple requests or to ensure that all messages are collected. Each individual response is placed here.

memberof

ISendResponse

Generated using TypeDoc