Class RequiredAction
Details on the action required to continue the Run.
Will be null if no action is required.
public class RequiredAction
- Inheritance
-
objectRequiredAction
Properties
SubmitToolOutputs
Details on the tool outputs needed for this run to continue.
public ToolOutputsSubmission SubmitToolOutputs { get; set; }
Property Value
Type
For now, this is always SubmitToolOutputs.
public RequiredActionType Type { get; set; }