Uses of Enum
com.uipath.uipathpackage.util.StartProcessDtoJobPriority
Package
Description
-
Uses of StartProcessDtoJobPriority in com.uipath.uipathpackage
Modifier and TypeMethodDescriptionvoid
UiPathRunJob.setPriority
(StartProcessDtoJobPriority priority) ModifierConstructorDescriptionUiPathRunJob
(String processName, String parametersFilePath, StartProcessDtoJobPriority priority, SelectEntry strategy, SelectEntry jobType, String resultFilePath, Integer timeout, Boolean failWhenJobFails, Boolean waitForJobCompletion, TraceLevel traceLevel, String orchestratorAddress, String orchestratorTenant, String folderName, SelectEntry credentials) Data bound constructor which is responsible for setting/saving of the values provided by the user -
Uses of StartProcessDtoJobPriority in com.uipath.uipathpackage.models
Modifier and TypeMethodDescriptionvoid
JobOptions.setPriority
(StartProcessDtoJobPriority priority) -
Uses of StartProcessDtoJobPriority in com.uipath.uipathpackage.util
Modifier and TypeMethodDescriptionstatic StartProcessDtoJobPriority
Returns the enum constant of this type with the specified name.static StartProcessDtoJobPriority[]
StartProcessDtoJobPriority.values()
Returns an array containing the constants of this enum type, in the order they are declared.