Skip to content

Add Process constructors to TIA #71

@benjaminloerincz

Description

@benjaminloerincz

Add these constructors of namespace Process to TIA:

  • Process.PluginDescribeResult.OutputParameter(String name, Process.PluginDescribeResult.ParameterType parameterType)
  • Process.PluginDescribeResult.OutputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType)
  • Process.PluginDescribeResult.InputParameter(String name, Process.PluginDescribeResult.ParameterType parameterType, Boolean required)
  • Process.PluginDescribeResult()
  • Process.PluginDescribeResult.InputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType, Boolean required)

Metadata

Metadata

Labels

enhancementNew feature or request
No fields configured for Feature.

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions