Skip to content

Latest commit

 

History

History
95 lines (64 loc) · 2.7 KB

Start-UiPathJob.md

File metadata and controls

95 lines (64 loc) · 2.7 KB
NAME
    Start-UiPathJob
    
SYNOPSIS
    
    
SYNTAX
    Start-UiPathJob -Process <Process> -RobotCount <int> [-AuthToken <AuthToken>] [-InputArguments <Hashtable>] 
    [-RequestTimeout <int>] [<CommonParameters>]
    
    Start-UiPathJob -All <SwitchParameter> -Process <Process> [-AuthToken <AuthToken>] [-InputArguments <Hashtable>] 
    [-RequestTimeout <int>] [<CommonParameters>]
    
    Start-UiPathJob -Process <Process> -Robots <List`1> [-AuthToken <AuthToken>] [-InputArguments <Hashtable>] 
    [-RequestTimeout <int>] [<CommonParameters>]
    
    
DESCRIPTION
    

PARAMETERS
    -RobotCount <int>
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -All <SwitchParameter>
        
        Required?                    true
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Robots <List`1>
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -Process <Process>
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -InputArguments <Hashtable>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -AuthToken <AuthToken>
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    -RequestTimeout <int>
        
        Required?                    false
        Position?                    named
        Default value                100
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    
INPUTS
    
OUTPUTS
    
    
RELATED LINKS