<< Click to Display Table of Contents >> RayQC > 7.3 u2 > User Guide > Command Line Tools > PowerShell Module Workflow |
Executes specified elements with plugins.
Name |
Type |
Mandatory |
Description |
Checklist |
RayQCChecklist |
Yes |
The checklist to run. |
Group |
RayQCGroup |
Yes* |
The group to run. This parameter is mutually exclusive with -Element switch. |
Element |
RayQCElement |
Yes* |
The group to run. This parameter is mutually exclusive with -Group switch. |
Returns a string with the result of execution.
Note: In order to get a group or an element, inspect the content of the RayQCChecklist object. |
Sets the value of an element.
Name |
Type |
Mandatory |
Description |
Element |
RayQCElement |
Yes |
The element to change. |
Description |
string |
No |
The new description. |
DefaultValue |
string |
No |
The new default value. |
Value |
string |
No |
The new actual value. |
This command let does not return any value.
Note: In order to get an element, inspect the content of the RayQCChecklist object. |