docs » cp.apple.finalcutpro.main.BackgroundTasksDialog
Represents the Background Tasks warning dialog.
- 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
| Signature | cp.apple.finalcutpro.main.BackgroundTasksDialog.matches(element) -> boolean |
|---|---|
| Type | Function |
| Description | Checks if the element is an BackgroundTasksDialog instance. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.main.BackgroundTasksDialog(cpApp) |
|---|---|
| Type | Constructor |
| Description | Creates a new Background Tasks Dialog |
| 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. |