Function fetchAppBranchTaskState
- fetchAppBranchTaskState(args): Promise<AppBranchTaskState>
 Parameters
- args: { 
    appId: string; 
    appBranchId: string; 
    appBranchProfile?: string; 
    appBranchTaskId: number; 
}appId: string
appBranchId: string
OptionalappBranchProfile?: string
appBranchTaskId: number
 
Throws
AppBranchTaskDoesNotExist