interface CrackJob {
    Command?: clientpb.CrackCommand;
    CompletedAt: string;
    CreatedAt: string;
    Err: string;
    ID: string;
    ResultFileID: string;
    Status: CrackJobStatus;
}

Properties

CompletedAt: string
CreatedAt: string
Err: string
ID: string
ResultFileID: string