GdlrCommandPipeline.PipelineEntry¶
Inherits: RefCounted < Object
One registered callback with its ordering data.
Description¶
Internal. The pipeline creates entries. User code does not.
Properties¶
|
Property Descriptions¶
The registered callback.
Sort key. Lower values run first.
Tie breaker for entries with the same priority.
Callable should_run = Callable() 🔗
Optional predicate that decides if the entry runs.