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