interface TestActionResult2 {
    actionPath?: string;
    comment?: string;
    creationDate?: Date;
    dateCompleted?: Date;
    dateStarted?: Date;
    duration?: number;
    errorMessage?: string;
    iterationId?: number;
    lastUpdated?: Date;
    outcome?: number;
    sharedStepId?: number;
    sharedStepRevision?: number;
    testResultId?: number;
    testRunId?: number;
}

Properties

actionPath?: string
comment?: string
creationDate?: Date
dateCompleted?: Date
dateStarted?: Date
duration?: number
errorMessage?: string
iterationId?: number
lastUpdated?: Date
outcome?: number
sharedStepId?: number
sharedStepRevision?: number
testResultId?: number
testRunId?: number