Google Apps Script API
    Preparing search index...

    The data execution status.

    interface DataExecutionStatus {
        getErrorCode(): DataExecutionErrorCode;
        getErrorMessage(): string;
        getExecutionState(): DataExecutionState;
        getLastRefreshedTime(): GoogleAppsScript.Base.Date;
        isTruncated(): boolean;
    }
    Index

    Methods