AutoPauseDelayTimeRange interface
Supported auto pause delay time range
Properties
default | Default value is no value is provided NOTE: This property will not be serialized. It can only be populated by the server. |
do |
Value that is used to not pause (infinite delay before pause) NOTE: This property will not be serialized. It can only be populated by the server. |
max |
Maximum value NOTE: This property will not be serialized. It can only be populated by the server. |
min |
Minimum value NOTE: This property will not be serialized. It can only be populated by the server. |
step |
Step value for discrete values between the minimum value and the maximum value. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | Unit of time that delay is expressed in NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
default
Default value is no value is provided NOTE: This property will not be serialized. It can only be populated by the server.
default?: number
Property Value
number
doNotPauseValue
Value that is used to not pause (infinite delay before pause) NOTE: This property will not be serialized. It can only be populated by the server.
doNotPauseValue?: number
Property Value
number
maxValue
Maximum value NOTE: This property will not be serialized. It can only be populated by the server.
maxValue?: number
Property Value
number
minValue
Minimum value NOTE: This property will not be serialized. It can only be populated by the server.
minValue?: number
Property Value
number
stepSize
Step value for discrete values between the minimum value and the maximum value. NOTE: This property will not be serialized. It can only be populated by the server.
stepSize?: number
Property Value
number
unit
Unit of time that delay is expressed in NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string