Table of Contents

Class RequiredAction

Details on the action required to continue the Run.

Will be null if no action is required.

public class RequiredAction
Inheritance
object
RequiredAction

Properties

SubmitToolOutputs

Details on the tool outputs needed for this run to continue.

public ToolOutputsSubmission SubmitToolOutputs { get; set; }

Property Value

ToolOutputsSubmission

Type

For now, this is always SubmitToolOutputs.

public RequiredActionType Type { get; set; }

Property Value

RequiredActionType