UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 215 B
/** * Specifies the activity state the test suite is in. * tag: 3069 * @readonly * @enum {number} (int) */ export declare enum TestSuiteActivityState { Scheduled = 0, Completed = 1, Cancelled = 2 }