[#CScheduler-Function] = xref:CScheduler.adoc[CScheduler]::Function :relfileprefix: ../ :mrdocs: Callable type for scheduled tasks. == Synopsis Declared in `<scheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef std::function<void()> Function; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#