Enum DataExecutionState

DataExecutionState

An enumeration of data execution states.

To call an enum, you call its parent class, name, and property. For example, SpreadsheetApp.DataExecutionState.RUNNING.

Properties

PropertyTypeDescription
DATA_EXECUTION_STATE_UNSUPPORTEDEnumA data execution state is not supported in Apps Script.
RUNNINGEnumThe data execution has started and is running.
SUCCESSEnumThe data execution is completed and successful.
ERROREnumThe data execution is completed and has errors.
NOT_STARTEDEnumThe data execution has not started.