次の方法で共有


CronTrigger interface

Cron ベースのトリガー。

Extends

プロパティ

endTime

ISO 8601形式のcronスケジュールの終了時刻。

expression

スケジュールの頻度を定義する Cron 式。

startTime

ISO 8601形式のcronスケジュールの開始時刻。

timeZone

cron スケジュールのタイムゾーン。

type

タイプ識別器は常に「Cron」と表記されます。

プロパティの詳細

endTime

ISO 8601形式のcronスケジュールの終了時刻。

endTime?: string

プロパティ値

string

expression

スケジュールの頻度を定義する Cron 式。

expression: string

プロパティ値

string

startTime

ISO 8601形式のcronスケジュールの開始時刻。

startTime?: string

プロパティ値

string

timeZone

cron スケジュールのタイムゾーン。

timeZone?: string

プロパティ値

string

type

タイプ識別器は常に「Cron」と表記されます。

type: "Cron"

プロパティ値

"Cron"