askui
Version:
Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on
11 lines (10 loc) • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetProcessPidRequest = void 0;
class GetProcessPidRequest {
constructor() {
this.msgName = GetProcessPidRequest.msgName;
}
}
exports.GetProcessPidRequest = GetProcessPidRequest;
GetProcessPidRequest.msgName = 'GET_PROCESS_PID_REQUEST';