Logo

View the Project on GitHub elements-storage/elements-sdk-dotnet

ElementsSDK.Model.TaskType

Properties

Name Type Description Notes
Type string    
DisplayName string    
DisplayGroup string    
InputType string    
Abortable bool    
ArgTemplate Dictionary<string, string>    
ArgTypes Dictionary<string, ArgumentType>   [optional] [readonly]
RequiredArgs List<string>    
OutputNames Dictionary<string, string>    
OutputTypes Dictionary<string, ArgumentType>   [optional] [readonly]
ParametersEditorComponent string    
SuperuserOnly bool    
IconClass string    
IsAvailable bool   [optional] [readonly]
AllowInJobs bool    
NewSinceVersion string    

[Back to Model list] [Back to API list] [Back to README]