This is part of the Fake.Core.Process module.
DataRef<'T>
Represents basically an "out" parameter, allows to retrieve a value after a certain point in time. Used to retrieve "pipes"
Record Fields
| Record Field | Description | 
| 
            onSet
          
            Signature: 'T -> unit Modifiers: mutable | |
| 
            value
          
            Signature: 'T option Modifiers: mutable | 
Instance members
| Instance member | Description | 
| 
            x.Value
          
            Signature: 'T | 
Static members
| Static member | Description | 
| 
            DataRef.Empty
          
            Signature: DataRef<'T> | |
| 
            DataRef.Map f inner
          
            Signature: (f:('T -> 'a)) -> inner:DataRef<'T> -> DataRef<'a> |