Skip to content

Event

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / Event

Interface: Event

Defined in: src/models/executions.ts:110

Properties

contents?

optional contents: ContentType

Defined in: src/models/executions.ts:119

The contents property is Engine/Operation specific and can be defined as either a single string or an object.


createdAt?

optional createdAt: string

Defined in: src/models/executions.ts:124

Timestamp for the Execution’s creation.


type?

optional type: EventType

Defined in: src/models/executions.ts:114

The type of Execution Event that is being described. Allowed: INFO┃ERROR


updatedAt?

optional updatedAt: string

Defined in: src/models/executions.ts:129

Timestamp for the Execution’s last update.