ScheduledJob

마지막 업데이트: 2023-05-22
  • 작성 대상:
  • Developer
    Admin

실행하도록 예약된 작업입니다.

구문

매개 변수

이름 유형 설명
company핸들 xsd:string 회사 핸들.
jobHandle xsd:string 예약된 작업 핸들입니다.
name xsd:string 작업 이름.
원래 이름 xsd:string 예약된 작업의 원래 이름.
유형 xsd:string 작업 유형.
submitUseremail xsd:string 작업을 예약한 사용자의 이메일 주소입니다.
로케일 xsd:string 작업 로그 세부 정보 및 전자 메일 현지화에 사용할 로케일입니다. 로케일이 다음으로 지정됨 <language_code>[- <country_code>]여기서 언어 코드는 ISO-639에 지정된 소문자로 된 두 자리 코드이고 선택적 국가 코드는 ISO-3166에 지정된 소문자로 된 두 자리 코드입니다. 예를 들어 영어(미국)의 로케일 문자열은 다음과 같습니다. en-US.
description xsd:string 원래 지정된 작업에 대한 설명 submitJob.
execSchedule xsd:string 작업 실행이 예약된 시간.
nextFireTime xsd:dateTime 작업이 실행된 날짜, 시간 및 시간대.
시간대 xsd:dateTime 예약된 작업의 시간대입니다.
triggerState xsd:int 작업 트리거 상태 선택.
imageServingPublishJob types:ImageServingPublishJob 이미지 제공 게시 작업에 대한 작업 세부 정보.
imageServingRenderJob types:ImageServingRenderJob 이미지 렌더링 작업에 대한 작업 세부 정보.
videoPublishJob types:VideoPublishJob 비디오 게시 작업에 대한 작업 세부 정보. 다음을 참조하십시오 VideoPublishJob.
serverDirectoryPublishJob types:ServerDirectoryPublishJob 서버 디렉토리 게시 작업에 대한 작업 세부 정보.
upload디렉터리 작업 types:UploadDirectoryJob 업로드 디렉터리 작업에 대한 작업 세부 정보.
uploadUrlsJob types:UploadUrlsJob 업로드 URL 작업에 대한 작업 세부 정보.
optimizeImagesJob types:OptimizeImagesJob
ripPdf작업 types:RipPdfsJob
reprocessAssetsJob types:ReprocessAssetsJob
exportJob types:ExportJob 이전에 업로드한 파일에 대해 승인된 내보내기를 허용합니다. 다음을 참조하십시오 내보내기 작업.

주의

에서 작업 유형 값을 지정할 때 submitJob그러면 시스템이 해당 유형에 따라 작업을 반환합니다. 반환할 수 있는 작업은 다음과 같습니다.

  • imageServingPublishJob
  • imageRenderingPublishJob
  • videoPublishJob
  • serverDirectoryPublishJob
  • uploadDirectorhJob
  • uploadUrlsJob

이 페이지의