ZyncRouteConfig

data class ZyncRouteConfig(val isLastJob: Boolean, val canUpdateStatus: Boolean)

Route configuration for a specific job within a route.

Provides context about the job's position in the route and whether status updates are allowed.

Constructors

Link copied to clipboard
constructor(isLastJob: Boolean, canUpdateStatus: Boolean)

Properties

Link copied to clipboard

Whether the job status can be updated.

Link copied to clipboard

Whether this is the last job in the route sequence.