getCurrentTask
Fully qualified name: omni::graph::exec::unstable::getCurrentTask
- 
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.