Skip to content

RunActionStep

ClassAssetInventoryAssetInventory.Editor
[Serializable]
public sealed class RunActionStep : ActionStep

No description is available for this type.

public RunActionStep()

No description is available for this member.

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.

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.

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.