Custom OS script collection
This is a sample user-defined collection (UDC). Edit or copy EXECSCRIPT.COL to customize which script outputs are included.
Any user-declared columns will appear following the predefined columns (below). Derived columns appear after any user-declared columns.
None
Name | Data Type | Description |
---|---|---|
AppName | string(64) | Application name, as defined in the UDC |
ScriptName | string(64) | Script name, as defined in the UDC |
ExitStatus | long | Script exit status |
ResultStr1 | string(128) | User-defined result string #1, as defined in the UDC |
ResultNum1 | double | User-defined result number #1, as defined in the UDC |
ResultStr2 | string(128) | User-defined result string #2, as defined in the UDC |
ResultNum2 | double | User-defined result number #2, as defined in the UDC |
ExecTimeMS | double | Execution time, in milliseconds |
Attributes: | None |
---|---|
Minimum OS version: | None |