TriggerKey
Returns a stable string key for a given job trigger, which is used as the cron job name.
def TriggerKey(
t: *models.Trigger
) - > string
Returns a stable string key for this job, which is used as the cron job name.
Parameters
| Name | Type | Description |
|---|---|---|
| t | *models.Trigger | The trigger object containing project, domain, task name, and trigger name information. |
Returns
| Type | Description |
|---|---|
string | A stable string key for the trigger, formatted as "Project/Domain/TaskName/Name". |