Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (37 loc) · 3.09 KB

cp.apple.finalcutpro.main.BackgroundTasksDialog.md

File metadata and controls

48 lines (37 loc) · 3.09 KB

docs » cp.apple.finalcutpro.main.BackgroundTasksDialog


Represents the Background Tasks warning dialog.

API Overview

  • Functions - API calls offered directly by the extension
  • matches
  • Constructors - API calls which return an object, typically one that offers API methods
  • BackgroundTasksDialog
  • Fields - Variables which can only be accessed from an object returned by a constructor
  • cancel
  • continue

API Documentation

Functions

Signature cp.apple.finalcutpro.main.BackgroundTasksDialog.matches(element) -> boolean
Type Function
Description Checks if the element is an BackgroundTasksDialog instance.
Parameters
  • element - The axuielement to check.
Returns
  • true if it matches the pattern for a `BackgroundTasksDialog``.

Constructors

Signature cp.apple.finalcutpro.main.BackgroundTasksDialog(cpApp)
Type Constructor
Description Creates a new Background Tasks Dialog

Fields

Signature cp.apple.finalcutpro.main.BackgroundTasksDialog.cancel <cp.ui.Button>
Type Field
Description The Cancel button.
Signature cp.apple.finalcutpro.main.BackgroundTasksDialog.continue <cp.ui.Button>
Type Field
Description The Continue button.