> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/holoscan/sdk-user-guide/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/holoscan/sdk-user-guide/_mcp/server.

# holoscan::SchedulingStatusType

```cpp showLineNumbers={false}
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