3a76a4e
1
2
3
4
5
6
7
8
export const action = { LOAD: 0, INITIALIZED: 1, RUN_MAIN: 2, WRITE_RESULT: 3, RUN_COMPLETED: 4, ERROR: 5 };