Interface Runnable

interface Runnable {
    jobID?: string;
    progress(): Promise<JobStatus>;
    run(email_users?, variables?): Promise<string>;
}

Implemented by

Properties

Methods

Properties

jobID?: string

Methods

  • Run the resource in DataTrue

    Parameters

    • Optional email_users: number[]

      an array of user IDs to whom the test results should be sent

    • Optional variables: Record<string, any>

      variables to set for the test run

    Returns Promise<string>

    Promise of the jobID