Variable TestResult.status

Represents the test status

class TestResult
{
  // ...
  TestResult.Status status = Status.created;
  // ...
}