CompletedCapable

Interface for entities that have a completion state.

This interface is used to mark objects that can be in either a completed or incomplete state, allowing for tracking of progress, task completion, or workflow status.

Properties

Link copied to clipboard
abstract val completed: Boolean

Indicates whether the entity is completed.