holoscan::SchedulingStatusType

Beta
View as Markdown
enum class holoscan::SchedulingStatusType : int32_t

Values

kNever

Will never execute again.

kReady

Ready to execute now.

kWait

Will execute again at some point in the future.

kWaitTime

Will execute after a certain known time interval.

Negative or zero interval will result in immediate execution.

kWaitEvent

Waiting for an event with unknown interval time.

Entity will be put in a waiting queue until event done notification is signalled