1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-09 05:20:05 +00:00

feat(job-pid): added print PID of the executed job

This commit is contained in:
Yury Shkoda
2020-12-22 16:21:24 +03:00
parent 7bf53858f0
commit bb894e6107
8 changed files with 1761 additions and 2955 deletions

View File

@@ -9,3 +9,7 @@ export interface Session {
}
creationTimeStamp: string
}
export interface SessionVariable {
value: string
}