sharedRef

val sharedRef: LateInitCell<Any>

A shared LateInitCell that can be used for storing state across task execution phases for the DynamicTask.

This cell is not typed and is late-initialised, so type cast and access this cell carefully.