RunActionStep
[Serializable]public sealed class RunActionStep : ActionStepNo description is available for this type.
Constructors
Section titled “Constructors”
RunActionStep()
Section titled “RunActionStep()”public RunActionStep()No description is available for this member.
Methods
Section titled “Methods”
GetParamOptions(StepParameter, List)
Section titled “GetParamOptions(StepParameter, List)”public override List<Tuple<string, ParameterValue>> GetParamOptions(StepParameter param, List<ParameterValue> parameters)Gets options for a parameter. Override for dynamic options.
Parameters
| Name | Type | Description |
|---|---|---|
param |
Automator.StepParameter | |
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Collections.Generic.List{System.Tuple{System.String,Automator.ParameterValue}} — No return description is available.
GetParamVisibility(StepParameter, List)
Section titled “GetParamVisibility(StepParameter, List)”public override bool GetParamVisibility(StepParameter param, List<ParameterValue> parameters)Gets whether a parameter is visible. Override for conditional visibility.
Parameters
| Name | Type | Description |
|---|---|---|
param |
Automator.StepParameter | |
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Boolean — No return description is available.
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Executes the step.
Parameters
| Name | Type | Description |
|---|---|---|
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Threading.Tasks.Task — No return description is available.