Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutoScaleRun

Package version

An interface representing AutoScaleRun.

summary

The results and errors from an execution of a pool autoscale formula.

Hierarchy

  • AutoScaleRun

Index

Properties

Properties

Optional error

Details of the error encountered evaluating the autoscale formula on the pool, if the evaluation was unsuccessful.

Optional results

results: undefined | string

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

timestamp: Date

The time at which the autoscale formula was last evaluated.

Generated using TypeDoc