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

matches

   
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``.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/main/BackgroundTasksDialog.lua line 18

Constructors

BackgroundTasksDialog

   
Signature cp.apple.finalcutpro.main.BackgroundTasksDialog(cpApp)
Type Constructor
Description Creates a new Background Tasks Dialog
Parameters
  • None
Returns
  • None
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/main/BackgroundTasksDialog.lua line 38

Fields

cancel

   
Signature cp.apple.finalcutpro.main.BackgroundTasksDialog.cancel <cp.ui.Button>
Type Field
Description The Cancel button.
Notes None
Source src/extensions/cp/apple/finalcutpro/main/BackgroundTasksDialog.lua line 55

continue

   
Signature cp.apple.finalcutpro.main.BackgroundTasksDialog.continue <cp.ui.Button>
Type Field
Description The Continue button.
Notes None
Source src/extensions/cp/apple/finalcutpro/main/BackgroundTasksDialog.lua line 66