Function cancelAppBranchRepairTask
- cancelAppBranchRepairTask(args): Promise<void>
 Parameters
- args: { 
    appId: string; 
    appBranchId: string; 
    appBranchProfile?: string; 
    appBranchRepairTaskId: number; 
}appId: string
appBranchId: string
OptionalappBranchProfile?: string
appBranchRepairTaskId: number
 
Returns Promise<void>
Throws
AppBranchRepairTaskDoesNotExist
Throws
AppBranchRepairTaskIsAlreadyFinished
See
startAppBranchRepairTask