Options
All
  • Public
  • Public/Protected
  • All
Menu

The TsoSend API response.

export
interface

ISendResponse

Hierarchy

  • IIssueResponse

Index

Properties

commandResponse

commandResponse: string

The command response text.

memberof

IIssueResponse

startReady

startReady: boolean

Indicates if started TSO containes "READY " message

memberof

IIssueResponse

startResponse

startResponse: IStartStopResponses

zOSMF start TSO API response.

memberof

ISendResponse

stopResponse

stopResponse: IStartStopResponse

zOSMF stop TSO API response.

memberof

IIssueResponse

success

success: boolean

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

memberof

IIssueResponse

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

IIssueResponse

Generated using TypeDoc