ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/vendor/amphp/process/lib/Internal/
Upload File :
Current File : /home2/selectio/www/fms-worksuite/vendor/amphp/process/lib/Internal/ProcessStatus.php

<?php

namespace Amp\Process\Internal;

final class ProcessStatus
{
    const STARTING = 0;
    const RUNNING = 1;
    const ENDED = 2;

    private function __construct()
    {
        // empty to prevent instances of this class
    }
}

Zerion Mini Shell 1.0