interface IJobData {
    domainId: string;
    functionId: string;
    gameServerId: string;
    itemId: string;
    module: ModuleInstallationOutputDTO;
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

domainId: string
functionId: string
gameServerId: string

The id of the gameserver that triggered this job

itemId: string

The id of the item that triggered this job (cronjobId, commandId or hookId)

The module installation object, including the configs