system.sfc.resumeChart

Description

Resumes a chart that was paused. Steps which were previously paused will be resumed, and chart will enter Resuming state.

Syntax

system.sfc.resume Chart (id)

  • Parameters

id - The ID of the chart instance to resume.

  • Returns

Nothing

  • Scope

All

  • Throws

Will throw a KeyError if the ID does not match any running chart instance.

Code Examples

There are no examples associated with this scripting function.