다음을 통해 공유


JobStreamType type

JobStreamType에 대한 값을 정의합니다. 가능한 값은 'Progress', 'Output', 'Warning', 'Error', 'Debug', 'Verbose', 'Any'입니다.

type JobStreamType =
  | "Progress"
  | "Output"
  | "Warning"
  | "Error"
  | "Debug"
  | "Verbose"
  | "Any"