Skip to content

Add Process constructors to TIA #71

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions