Enum DataExecutionState
데이터실행상태
데이터 실행 상태의 열거형입니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
SpreadsheetApp.DataExecutionState.RUNNING
입니다.
속성
속성 | 유형 | 설명 |
DATA_EXECUTION_STATE_UNSUPPORTED | Enum | Apps Script에서는 데이터 실행 상태가 지원되지 않습니다. |
RUNNING | Enum | 데이터 실행이 시작되어 실행 중입니다. |
SUCCESS | Enum | 데이터 실행이 완료되고 성공했습니다. |
ERROR | Enum | 데이터 실행이 완료되었으나 오류가 있습니다. |
NOT_STARTED | Enum | 데이터 실행이 시작되지 않았습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-03(UTC)
[null,null,["최종 업데이트: 2024-12-03(UTC)"],[[["`DataExecutionState` is an enumeration used to represent the different states of a data execution within Google Apps Script."],["You can access the `DataExecutionState` enum's properties through `SpreadsheetApp.DataExecutionState`, followed by the specific property like `RUNNING` or `SUCCESS`."],["The available states include `DATA_EXECUTION_STATE_UNSUPPORTED`, `RUNNING`, `SUCCESS`, `ERROR`, and `NOT_STARTED`, each indicating a different phase or outcome of the data execution."]]],[]]