package kernel.ps; /** Defines an independent process that can be run by the kernel. **/ @:autoBuild(macros.DCEHack.DCEHack.dceInclude()) interface Process { public function run(handle:ProcessHandle):Void; }