AutoScaleRunOutput interface
The results and errors from an execution of a Pool autoscale formula.
Properties
| error | Details of the error encountered evaluating the autoscale formula on the Pool, if the evaluation was unsuccessful. |
| results | The final values of all variables used in the evaluation of the autoscale formula. Each variable value is returned in the form $variable=value, and variables are separated by semicolons. |
| timestamp | The time at which the autoscale formula was last evaluated. |
Property Details
error
Details of the error encountered evaluating the autoscale formula on the Pool, if the evaluation was unsuccessful.
error?: AutoScaleRunErrorOutput
Property Value
results
The final values of all variables used in the evaluation of the autoscale formula. Each variable value is returned in the form $variable=value, and variables are separated by semicolons.
results?: string
Property Value
string
timestamp
The time at which the autoscale formula was last evaluated.
timestamp: string
Property Value
string