NVIDIA Holoscan SDK v3.0.0

Enum SchedulingStatusType

enum class holoscan::SchedulingStatusType : int32_t

Values:

enumerator kNever

Will never execute again.

enumerator kReady

Ready to execute now.

enumerator kWait

Will execute again at some point in the future.

enumerator kWaitTime

Will execute after a certain known time interval. Negative or zero interval will result in immediate execution.

enumerator kWaitEvent

Waiting for an event with unknown interval time. Entity will be put in a waiting queue until event done notification is signalled

Previous Enum SchedulerType
Next Enum ChromaLocation
© Copyright 2022-2025, NVIDIA. Last updated on Mar 12, 2025.