Values.RequestProgressSourceContainer for specifying if periodic QueryProgress messages should be sent.
type nonrec t = {enabled : EnableRequestProgress.t option;Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default value: FALSE.
*)}val to_value :
t ->
[> `Structure of (string * [> `Boolean of EnableRequestProgress.t ]) list ]