Function startAppBranchMoveTask
- startAppBranchMoveTask(args): Promise<{ 
    appBranchMoveTaskId: number; 
}> Parameters
- args: { 
    appId: string; 
    appBranchId: string; 
    appBranchProfile?: string; 
    appBranchNewRootDirPath: string; 
}appId: string
appBranchId: string
OptionalappBranchProfile?: string
appBranchNewRootDirPath: string
 
Returns Promise<{ 
    appBranchMoveTaskId: number; 
}>
Throws
AppBranchIsNotRegistered
Throws
AppBranchIsPreinstalled
Throws
AppBranchOngoingTaskExists
Throws
AppBranchRootDirPermissionsAreInsufficient
Throws
AppBranchNewRootDirPermissionsAreInsufficient
Throws
AppBranchNewRootDirIsConflictingWithOtherFileSystemEntry
Throws
AppBranchNewRootDirIsNotEmpty
See
fetchAppBranchTaskState