CaptureLevel

@Serializable
enum CaptureLevel : Enum<CaptureLevel> (source)

Controls the volume of animation events captured during a run.

This is a placeholder enum whose full taxonomy will be designed in Phase 7, after the observability inventory of ksl.modeling element classes. It is defined here so TracingConfig (and therefore RunConfiguration) compiles in Phase 2 without forward-referencing a package that does not yet exist.

Entries

Link copied to clipboard

Only coarse-grained state changes: queue length deltas, resource state transitions.

Link copied to clipboard

Adds entity creation, entity destruction, and spatial-movement events.

Link copied to clipboard

All observable events, including fine-grained sim-time ticks.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.