Source position: process.pp line 74
type TRunCommandEventCodeSet = set of (
RunCommandIdle,
RunCommandReadOutputString,
RunCommandReadOutputStream,
RunCommandFinished,
RunCommandException
);