scheduled time specifies the time when the endpoint should write data to the channel.
element specifies the data to write to the channel.
actual time returns the actual time when the endpoint wrote data to the channel.
channel is the channel wire that connects this endpoint to a reader endpoint.
previous element returns the value of the channel before this endpoint updates the channel. This output returns the default value of the transmission data type if the channel aborts.