Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the interface to an UpdateSuspender, a class which allows nested suspend/resume operations on an ISuspendable target

Hierarchy

Implemented by

Index

Properties

Methods

Properties

Readonly shouldResumeTarget

shouldResumeTarget: boolean

Gets or sets a value indicating whether the target will resume when the IUpdateSuspender.resume function is called is disposed. Default is True

Methods

delete

  • delete(): void
  • Deletes native (WebAssembly) memory used by this type, after which it cannot be used.

    remarks

    Call .delete() before finishing with the object to ensure that WebAssmembly memory leaks do not occur.

    All elements within SciChart's High Performance Realtime JavaScript Charts which implement IDeletable must be deleted manually to free native (WebAssembly) memory

    Returns void

resume

  • resume(): void
  • Call to resume updates on the target. Note this MUST be called or your target will stay suspended forever!

    Returns void

Generated using TypeDoc