Ferreteria/v0.6/clade/IO/Aspect/Connx/run/Starter/@code/rmv/2026/01/17

From WoozleCodes
Jump to navigation Jump to search
2026/01/16 2026/01/17 2026/01/18

Blocked out on 2026-01-08:

#
    #public function RunProcess(string|array $saCmd) : ProcIface {
    // 2026-01-08 Does anything use this anymore?
    public function RunProcess(CmdLineIface $saCmd) : ProcIface {
        $oProc = ProcClass::FromCommand($oCmd);
        $oAct = $this->HowItWent();
        $oProc->SetOpStator($oAct);
        $this->AmHere('Does anything call this?');
        return $oProc;
    }