type of the current program-state

Enumeration Members

Enumeration Members

none: 0

undefined or not set

selected: 1

the program was selected but not started

started: 2

the program was started and is on running

paused: 3

the program was started but is paused

done: 4

the program is done

aborted: -99

the program was aborted!

Generated using TypeDoc