Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 1.07 KB

TaskType.md

File metadata and controls

25 lines (21 loc) · 1.07 KB

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]