system.sfc.pauseChart

Description

Pauses a running chart instance. Any running steps will be told to pause, and the chart will enter Pausing state.

Syntax

system.sfc.pause Chart (id)

  • Parameters

id - The ID of the chart instance to pause

  • 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.