Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackgroundOperation

Background Operation

Hierarchy

  • BackgroundOperation

Index

Properties

Methods

Properties

id

id: string

Operation Id

onCanceled

onCanceled: Event<void>

Event raised when operation is canceled in UI

Methods

updateStatus

  • updateStatus(status: TaskStatus, message?: string): void
  • Updates the operation status or adds progress message

    Parameters

    • status: TaskStatus

      Operation Status

    • Optional message: string

      Progress message

    Returns void

Generated using TypeDoc