AutoScaleRun interface
The results and errors from an execution of a pool autoscale formula.
Properties
error | An error that occurred when autoscaling a pool. |
evaluation |
The time at which the autoscale formula was last evaluated. |
results | Each variable value is returned in the form $variable=value, and variables are separated by semicolons. |
Property Details
error
An error that occurred when autoscaling a pool.
error?: AutoScaleRunError
Property Value
evaluationTime
The time at which the autoscale formula was last evaluated.
evaluationTime: Date
Property Value
Date
results
Each variable value is returned in the form $variable=value, and variables are separated by semicolons.
results?: string
Property Value
string