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