back
command RunModules(RunModulesArg)
{
repeated string moduleList = 1;
optional OutputType outputType = 2 [default = HUMAN_READABLE];
Specifies the output type for this selftest run.
Added in version 1.1
HUMAN_READABLE = 1;
Output from selftest run should be human readable.
MACHINE_READABLE = 2;
Output from selftest run should be machine readable. The output will still be plain text, but in a form which is easy to process further.
}
returns (Default)
= 1;
event OnSelftestFinished returns (Default)
= 3;
event OnSelftestOutput returns (SelftestOutput)
required string output = 2;
= 2;