program execution

The process of running (executing) a program. A program can be in the following states: running, suspended (by the system or the program itself) or terminated (abnormally or normally).

See also debug, execute, normal termination, resuming execution, suspending execution.