Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for z/OSMF API response.

export

{ _class as class }

interface

IJobStatus

Hierarchy

  • IJobStatus

Index

Properties

_class

_class: string

Job execution class.

export

{ _class as class }

memberof

IJobStatus

jobid

jobid: string

Job identifier.

memberof

IJobStatus

jobname

jobname: string

Job name.

memberof

IJobStatus

owner

owner: string

User ID associated with the job.

memberof

IJobStatus

Optional retcode

retcode: string

Job completion code.

memberof

IJobStatus

Optional status

status: string

Job status.

memberof

IJobStatus

Optional subsystem

subsystem: string

The primary or secondary JES subsystem.

memberof

IJobStatus

type

type: string

Job type.

memberof

IJobStatus

Generated using TypeDoc