omni::graph::exec::unstable::getCurrentTask

Defined in omni/graph/exec/unstable/IExecutionCurrentThread.h

inline ExecutionTask *omni::graph::exec::unstable::getCurrentTask() noexcept

Access task currently executed on a calling thread.

May return nullptr if no task is active on the current thread.

Thread Safety

This method is thread safe.