Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecuteTargetOperationOptions

Options for executing target operations.

Hierarchy

  • ExecuteTargetOperationOptions

Index

Properties

cancellationToken

cancellationToken: vscode.CancellationToken

The cancellation token.

files

files: string[]

The underlying files.

onBeforeExecute

onBeforeExecute: function

The callback that is invoked BEFORE an operation is going to be executed.

param

The operation.

Type declaration

onExecutionCompleted

onExecutionCompleted: function

The callback that is invoked AFTER an operation has been executed.

param

The operation.

param

The error (if occurred).

param

Indicates if the execution of other operations will be done or not.

Type declaration

    • (operation: TargetOperation, err: any, doesContinue: boolean): void | PromiseLike<void>
    • Parameters

      Returns void | PromiseLike<void>

operation

The operation event.

Optional prepareDeployOperation

prepareDeployOperation: DeployOperation

Deploy operation value for 'prepare' operations.

Optional prepareOperations

List of operations to execute when prepare.

target

target: Target

The underlying target.

Generated using TypeDoc